Hi,
My use case is such that I need to allow users to login (authenticated via j_security) , post which I need to identify if passwords are weak and make users change them.
Is there any API that allows decrypted user password to be fetched from JCR ? Or any other idea how this can be achieved.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
Please have a look at this Adobe community GEM session
// This will walk you through a presentation and demo on developing secure AEM web sites that require user authentication. This session will provide you with a deeper understanding of how to build AEM secure web site by using Sling technology.
~kautuk
Views
Replies
Total Likes
See this AEM Ask the Community Experts where Justin talks about this.
https://helpx.adobe.com/experience-manager/using/secure_sites.html
The link to the webinar is at the start of the article.
Views
Replies
Total Likes
Please refer to https://docs.adobe.com/docs/en/spec/jsr170/javadocs/jcr-1.0/javax/jcr/SimpleCredentials.html#getPass...()
Also - http://www.programcreek.com/java-api-examples/index.php?api=javax.jcr.SimpleCredentials
Please revert if my response didn't help or mark answered if it helped!
Regards,
Ashwin Raju
Views
Replies
Total Likes
Hi
Please have a look at this Adobe community GEM session
// This will walk you through a presentation and demo on developing secure AEM web sites that require user authentication. This session will provide you with a deeper understanding of how to build AEM secure web site by using Sling technology.
~kautuk
Views
Replies
Total Likes