Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

AEM SPA Angular OKTA

Avatar

Level 4

Hi Team,

 

We have developed an AEM SPA  Angular application and it is in production.

* The application is Authentication based, If the user login only then only the user can access the application.

* We are using a JWT token-based authentication mechanism from the backend API team. 

* Application has 20 different types of user roles(20 types of users admin, broker, retailer etc..)

* More than 1000 users are already present and using the application, These users are stored and managed from the LDAP.

Details:

AEM:6.5

Angular: 9.0

Now we are planning to integrate with OKTA for Authentication.

Please can anyone suggest what are all the steps to be taken care of? Any routing changes need to be handled because it's a single-page application after OKTA integration.

 

The below link is provided for SPA angular changes.

https://developer.okta.com/docs/guides/sign-into-spa-redirect/angular/main/#get-info-about-the-user

 

I want suggestions for the OKTA Integration for the AEM-SPA Angular application.

2 Replies

Avatar

Community Advisor

Hi , 

 

Please check below , hope this help and i believe ask is not to synch users from LDAP to IMS, 

https://www.okta.com/integrations/adobe-experience-manager/

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/single-sign-on-with-okta.html...

 

thanks

Avatar

Level 4

Thank you for the reply.

 

I am looking for AEM-SPA application OKTA Integration i.e replace of Application Login page with the OKTA Login widget, not AEM author SAML OKTA (SSO)Integration.