oauth2-server-php icon indicating copy to clipboard operation
oauth2-server-php copied to clipboard

Get User Info using Client credentials access token

Open gitDharani opened this issue 4 years ago • 3 comments

@bshaffer We use the client credentials OAuth access token. But we can't unable to get user info using the access token. Can you please help me ASP?

gitDharani avatar Jun 14 '21 07:06 gitDharani

With the client credentials grant type, no end user is involved. It is a server to server communication.

Spomky avatar Jun 14 '21 07:06 Spomky

@Spomky Thank you for your information. Is there any possibility to get user info like profile details using the access token?

gitDharani avatar Jun 14 '21 08:06 gitDharani

Not with client credentials, no.

bshaffer avatar Jun 14 '21 23:06 bshaffer