oauth - OpenAM - Use OAuth2 Access Token to get User Details? -


is possible user details (attributes belonging resource owner) forgerock's openam using oauth 2 access token?

i have trusted spa ui able access token openam using resource owner password credentials grant type. however, access token gives me no information resource owner. token_info endpoint gives me no information.

openam seems have endpoints listing user attributes, expects jwt means of authentication request.

how can user attributes access token?

there userinfo endpoint return user attributes. in openam 13.0, data returned endpoint scriptable. in prior versions mapped scopes.

the sample client application helpful understand how works:

https://github.com/forgerock/openid


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -