Expand my Community achievements bar.

SOLVED

How to enable login and SAML SSO at the same time?

Avatar

Level 2

In my project, we have some filters, that enables basic login for user. However currently we are also trying to enable SAML SSO with it.

 

Such that a user will be redirected to basic login based on filters, then from there, the user can choose to login with SAML SSO or basic login credentials.   

1 Accepted Solution

Avatar

Community Advisor

Hi @Mir_Rayan 
What are the blockers ? What issues you are facing implementing SSO with AEM?

Could you also please let us know where is your existing login performed(AEM/Other servers)?



Arun Patidar
4 Replies

Avatar

Community Advisor

Hi @Mir_Rayan 
You can set SAML for the limited paths e.g. /content/yourproject then AEM login link will work as before

SAML Login (https://localhost:4502/content/myproject.html)

AEM Login (http://localhost:4502/libs/granite/core/content/login.html)



Arun Patidar

Avatar

Level 2

In our published site, we have a login option, that needs user creds to validate. what I am looking for is alone with this login options, user can also use SAML SSO if they want. 

 

By default, our login option will be enabled, however if the user wants, they can use their creds or SAML SSO, same way we use social logins in many sites. 

Avatar

Community Advisor

Hi @Mir_Rayan 
What are the blockers ? What issues you are facing implementing SSO with AEM?

Could you also please let us know where is your existing login performed(AEM/Other servers)?



Arun Patidar

Avatar

Administrator

@Mir_Rayan Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni