Can I get the groups a Machine-To-Machine account is in using its Bearer token? Currently I am getting a error - {“errorCode”:“E0000005”,“errorSummary”:“Invalid session”,“errorLink”:“E0000005”,“errorId”:“oaeetH_ta4BSqWGrlyilnJs0A”,“errorCauses”:[]}.
Using a SSWS token the C# code works fine but my security team wants me to pass the Bearer token back to the server to get the groups. Is this posible?
The Bearer token was reguested using grant_type: client_credentials & scope: access_token groups. Is my problem, I need an openid token that is an valid for a grant_type: client_credentials?