-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve OpenID Documentation #74
Comments
This line of code should not be necessary. As long as It's possible somewhere else in your code explicitly sets the grant types, and so |
Yes I set the GranTypes as mentioned in your Documentation
|
I'm currently following the this documentation to implement the OpenID connect, but I'm running into a few issues:
|
Please add to the openID documentation, that you musst add a new grant type
$config['use_openid_connect'] = true;
$config['issuer'] = 'brentertainment.com';
$server = new OAuth2\Server($config);
$server->addGrantType(new OAuth2\OpenID\GrantType\AuthorizationCode($storage));
The text was updated successfully, but these errors were encountered: