bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

Get User Info using Client credentials access token #1002

Open gitDharani opened 3 years ago

gitDharani commented 3 years ago

@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?

Spomky commented 3 years ago

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

gitDharani commented 3 years ago

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

bshaffer commented 3 years ago

Not with client credentials, no.