AEM integration with multiple identity provider | Community
Skip to main content
anilkum
Level 4
July 20, 2017
Solved

AEM integration with multiple identity provider

  • July 20, 2017
  • 1 reply
  • 2484 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by zeeshanKhan0786

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

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

1 reply

zeeshanKhan0786
zeeshanKhan0786Accepted solution
Level 5
July 20, 2017

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

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