oauth2-server-php
oauth2-server-php copied to clipboard
Get User Info using Client credentials access token
@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?
With the client credentials grant type, no end user is involved. It is a server to server communication.
@Spomky Thank you for your information. Is there any possibility to get user info like profile details using the access token?
Not with client credentials, no.