


The signin/signup forms as AEM pages and Cognito as user pool.
Views
Replies
Sign in to like this content
Total Likes
Hi @jezwn,
As a first step of integrating, I suggest to go through libraries/framework exposed by Amazon Cognito User pool.
Per the below documentation from AWS, AWS Amplify framework is available for JavaScript, iOS and Android.
As you are looking for signin/signup pages, JavaScript library seems to be relevant. You can follow along the link and try out in local as is and based on the desired JS framework chosen, you can then arrive at ways of including it as part of AEM code build.
Hi @jezwn,
As a first step of integrating, I suggest to go through libraries/framework exposed by Amazon Cognito User pool.
Per the below documentation from AWS, AWS Amplify framework is available for JavaScript, iOS and Android.
As you are looking for signin/signup pages, JavaScript library seems to be relevant. You can follow along the link and try out in local as is and based on the desired JS framework chosen, you can then arrive at ways of including it as part of AEM code build.
This doesn't resolve the JWT token/AEM scope setup. If we login and generate JWT token from one server, how can AEM as second server to retrieve the JWT token and use any library(jsonwebtoken? or AEM oauth client) to validate, if success, get user's some profile to map using scope to authorize the user to access some AEM features?
How to manage the AEM scopes in a managabled way like the useradmin console to manage which user/group has which permission?
Do you have a sample application?
Views
Replies
Sign in to like this content
Total Likes