Forum Discussion
joesnyder_13328
Jun 22, 2015Nimbostratus
APM Policy Error when logging in "Session cannot be established"
I am having an issue with APM I am hoping someone can help me with. I currently have a fairly basic policy setup using an external logon page. It then checks two domains to see if the user is part of...
Stanislas_Piro2
Jun 22, 2015Cumulonimbus
Are you sure external logon page POST is working? Did you change "Max Logon Attempts Allowed" to 1 to go through fallback if the user does not exist in the first AD? What is the format of username?
- username (SAMAccountName)
- Domain\user
- username@fqdndomain (userprincipalname)
if provided username is not SAMAccountName, the better way is to define branches in the external logon page with expression like:
expr { [mcget {session.logon.username}] ends_with "@domain1.local" || [mcget {session.logon.username}] ends_with "domain1\\"}
and authenticate on the right AD.
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects