In the callback url I get the JWT access token. Next I try to call /api/v2/users/ with the token I just received and the userid of the user the token is associated with but I get…
It isn’t offered so now I need to know how to get it from the server. I reconfigured using OpenId connect instead and now I try to get a client_credential with scope read:user_idp_tokens read:users but I get…
{
"error": "access_denied",
"error_description": "Client has not been granted scopes: read:user_idp_tokens, read:users"
}
So I remove the scope and when I try to use the token to get the /user endpoint I get…