Expand my Community achievements bar.

Azure OpenId connector - AEM 6.5 React SPA

Avatar

Level 2

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.

0 Replies