We have hundreds of thousands of users that is going to use okta to login through okta CIAM widget. What Okta will give us is an OAuth token.
We do not want to create these user profiles in AEM as that will be very heavy for AEM. These users are in 4 categories ; Can I create generic user profile in for these user categories and use that in place for managing AEM ACLs
Our Okta authentication will happen from browser itself, we will have an OAuth token back from them that we can pass to AEM , we can indicate the user group in the OAuth token itself or as a header parameter to AEM page request.
Tagging @arunpatidar , @Kunal_Gaba_
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
Are you planning to use cug to protect pages from the backend?
If not and If you need to create a login functionality for the portal you can rely on okta token and no need to send token to aem or creating aem session.
To check access you can utilize filters and permission sensitive caching to protect cached pages.
The cug will be helpful if you have pages that are protected by cug groups and for that you need groups in AEM e.g. https://medium.com/tech-learnings/social-login-with-google-oauth2-adobe-experience-manager-aem-ff33b.... The dummy user concept you can try and just update/assign the groups to temporary user in session but not to commit.
Hi,
Are you planning to use cug to protect pages from the backend?
If not and If you need to create a login functionality for the portal you can rely on okta token and no need to send token to aem or creating aem session.
To check access you can utilize filters and permission sensitive caching to protect cached pages.
The cug will be helpful if you have pages that are protected by cug groups and for that you need groups in AEM e.g. https://medium.com/tech-learnings/social-login-with-google-oauth2-adobe-experience-manager-aem-ff33b.... The dummy user concept you can try and just update/assign the groups to temporary user in session but not to commit.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes