OAuth2.0 Authorization implementation in AEM project
Hello Team,
If any one has implemented OAuth2.0 Authorization in AEM application, can I get some insights?
I was reading this article: https://medium.com/@toimrank/oauth2-0-authorization-9645ce81e3d2
Got many details from this article. Still I have few queries.
1: Saving access token and refresh token in server side, rather than browser cookies. How to achieve this? where to save this details in server?? Since, access token, refresh token is not user specific, its application specific. So, there is no point in saving in browser cookies. Is this related to Session Cookie? https://cookie-script.com/blog/session-cookies#:~:text=and%20Session%20Cookies-,Working%20principle,the%20client's%20and%20server's%20sides.
cc @imran__khan you have coined server side cookie in some other article. If you dont mind, is it possible for you to elaborate ?
-Thanks