Forum Discussion
iApp tempate implementation for APM
I'm building an iApp template for APM but I'm having some difficulties building the access profile (VPE).
Does anybody have an example of the implementation section of the iApp template to build a simple AD auth?
start -> logon page -> AD auth -> success/fail
I was able to build an empty access policy but when I try to add the logon page it errors out. Here is the basic empty implementation:
tmsh::create apm policy agent ending-allow /Common/vpnexample_end_allow_ag { }
tmsh::create apm policy agent ending-deny /Common/vpnexample_end_deny_ag { }
tmsh::create apm policy agent ending-deny /Common/vpnexample_end_deny2_ag { }
tmsh::create apm policy policy-item /Common/vpnexample_end_allow { agents add { /Common/vpnexample_end_allow_ag { type ending-allow } } caption Allow color 1 item-type ending }
tmsh::create apm policy policy-item /Common/vpnexample_end_deny { agents add { /Common/vpnexample_end_deny_ag { type ending-deny } } caption Deny color 2 item-type ending }
tmsh::create apm policy policy-item /Common/vpnexample_end_deny2 { agents add { /Common/vpnexample_end_deny2_ag { type ending-deny } } caption Deny2 color 4 item-type ending }
tmsh::create apm policy policy-item /Common/vpnexample_ent { caption Start color 1 rules { { caption fallback next-item /Common/vpnexample_end_deny } } }
tmsh::create apm policy access-policy /Common/vpnexample { default-ending /Common/vpnexample_end_deny items add { vpnexample_end_allow { } vpnexample_end_deny { } vpnexample_end_deny2 { } vpnexample_ent { } } start-item vpnexample_ent }
tmsh::create apm profile access /Common/vpnexample { accept-languages add { es } access-policy /Common/vpnexample}
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com