Total Pageviews

Tuesday, March 26, 2019

OKTA how to check userinfo end point information from custom Authorization server






https://<domain>.com/oauth2/<auth serverid>/.well-known/openid-configuration



curl -v -X POST \
-H "Authorization: Bearer ${access_token}" \
"https://<domain>.com/oauth2/v1/userinfo"

No comments:

Post a Comment