bshaffer / oauth2-server-php-docs

documentation for the oauth2-server-php library
231 stars 148 forks source link

Add extra step on OpenID Connect page: Add proper authorization code … #85

Closed AlbinoDrought closed 7 years ago

AlbinoDrought commented 7 years ago

…grant type

Related to https://github.com/bshaffer/oauth2-server-php/issues/544#issuecomment-164734763 and https://github.com/bshaffer/oauth2-server-php/issues/544#issuecomment-261355805

bshaffer commented 7 years ago

This should not be required as long as you are setting the use_openid_connect config parameter to true.