Different IDP Authentication for Internal vs External?
Hi all,
We have requirements for AEM that:
1) any internal network users get routed to our ADFS for SSO
2) any external network users get routed to a Cloud IDP for explicit username/password authentication (i.e. Okta)
Can this be configured or does this require customization?
I am presuming that some code is required to detect the users ip and compare against whitelists to determine if a user is accessing from the frim's internal network to then decide if the user should be routed to ADFS or Okta?
Thanks