authenticatedUser is not getting setup with IDCS
Summary
authenticatedUser is not getting setup with IDCSContent
I am using IDCS authenticatino server with OAuth2 system components, i get login page able to login and get correct accessToken though not able to figure out why authenticatedUser is not getting setup. As per documentation, it should work, any help appreciated
If the user clicks the link to get an access token, it displays the identity provider’s login page or authentication dialog as specified by the authentication service named MyAuthenticationService
. After successful login, it obtains the access, sets the myAccessToken
and myAuthenticatedUser
context variables, and then flows to the state that's named by the
Tagged:
0