same url different end user authentication options
Assuming that AEM supports different types of authentication applied on to same homepage url
Say i have LDAP & SAML for the intranet & extranet sites and have same home page served via different dispatcher i guess i can configure
LDAP JAAS as a final login module & SAML handler as high priority so in this case first SAML will be used for authentication if it fails then fallback to LDAP
or alternatively should have 2 different url for home page 1 for intranet & 1 for extranet
if any additional options please share here.