I have tried modifying the scopes and claims settings but to no avail.
I amp attempting to retrieve user info via this curl call:
curl -Ssk \
"http://auth.dev.org/oauth/v2/oauth-userinfo?scope=profile" \
-H "Authorization: Bearer _0XBPWQQ_0ee51157-949d-49da-91e9-1d7f19945acc" \
-d "scope=openid profile"
It just returns:
{"sub":"9dcbd13683ff1e37cbc28956a8b062c9c3bae31087a29ebe9fee15b5cecd7ac1"}⏎
