Expand my Community achievements bar.

SOLVED

AEM integration with multiple identity provider

Avatar

Level 4

Hello,

I am working on a solution to integrate AEM with multiple Identity provider based on the type of user.  Is this supported out of box or requires customization?

Thanks,

Anil

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi Anil,

You can configure multiple SAML IDPs (Check the screenshot) and the order in which it would authenticate will be based on the ranking and the same can be checked in  /system/console/jaas

Saml_multiple_idp.png

but your usecase is different you need different provider based on the user for this you have to write custom authentication handler and OOB is not available.

Blow links will help you: Multiple Authentication handlers

AEM authentication- Custom Authentication handlers and External Login Modules

View solution in original post

1 Reply

Avatar

Correct answer by
Level 5

Hi Anil,

You can configure multiple SAML IDPs (Check the screenshot) and the order in which it would authenticate will be based on the ranking and the same can be checked in  /system/console/jaas

Saml_multiple_idp.png

but your usecase is different you need different provider based on the user for this you have to write custom authentication handler and OOB is not available.

Blow links will help you: Multiple Authentication handlers

AEM authentication- Custom Authentication handlers and External Login Modules