Skip to main content
New Participant
February 24, 2020
Answered

Azure OpenId connector - AEM 6.5 React SPA

  • February 24, 2020
  • 1 reply
  • 706 views

We are doing a POC  application based on AEM 6.5 with React SPA. We are trying to integrate Azure AD authentication by using Open ID connector.

The below is the sequence of steps to authenticate user to login in to our application.

 

  1. User able to register through our application. Data will be saved in Azure AD.
  2. Register user tries to login by using his email id and Password ( click on LOGIN , a form will be submitted to Azure and we get back with UI)
  3. Azure will give back a page  having user name and pwd to enter and Submit button option
  4. User will validate by Azure AD and respond back with a valid  Id_token value
  5. At run time, code should capture the Identity provider object and get the token value. Here we are capturing the token in cookie.
  6. Create a virtual user

Is there any Java  Azure Identity provider that supports the above functionality in AEM? It would be nice if you provide any pointers or GitHub references.

This topic has been closed for replies.
Correct answer Bani Verma

Hi there,

Please post your query in the following community: https://forums.adobe.com/community/experience-cloud/marketing-cloud/experience-manager.

Experts here will be able to assist you better. Thanks!

1 reply

Bani Verma
Community Manager
Bani VermaCommunity ManagerCorrect answer
Community Manager
February 25, 2020

Hi there,

Please post your query in the following community: https://forums.adobe.com/community/experience-cloud/marketing-cloud/experience-manager.

Experts here will be able to assist you better. Thanks!

New Participant
February 25, 2020