UserInfo endpoint
Fetch profile claims with a bearer token.
UserInfo request
curl https://platform.sohojx.com/oauth/userinfo \
-H "Authorization: Bearer ACCESS_TOKEN"Returns standard OIDC claims for the authenticated end user of your application.
Fetch profile claims with a bearer token.
curl https://platform.sohojx.com/oauth/userinfo \
-H "Authorization: Bearer ACCESS_TOKEN"Returns standard OIDC claims for the authenticated end user of your application.