laravel-openid-connect-server
laravel-openid-connect-server copied to clipboard
This is an OpenID Connect Server for Laravel.
Using [openidconnect.net](https://openidconnect.net/) I've compared the auth tokens issued by `laravel-openid-connect-server` and Google'a OAuth flow and Google returns userdata in the AuthToken. Compare: ### This Library #### Header ```json { "typ":...
Previously, the `jwks()` function in `ProviderController.php` would return a default kid value if the `$crypt->kid` value was null. This could be seen in the output of `.well-known/jwks.json` which would return...
Hi @arietimmerman first of all thank you for the awesome package,, I have problem when trying the endpoint `oauth/introspect` `Target [League\\OAuth2\\Server\\Repositories\\AccessTokenRepositoryInterface] is not instantiable while building [League\\OAuth2\\Server\\AuthorizationValidators\\BearerTokenValidator]` how should i...
[Token](https://www.rfc-editor.org/rfc/rfc7009) revoke controller has broken implementation. I checked the RevokeController and discovered missing imports. And another `AdvancedBearerTokenValidator` does not exist. This similar missing class is also repeated in IntrospectionController.
Hi please help me I'm having problem when I try to GET /authorize I've followed the example in www.idaas.nl/guide/openid.html But it seems like there's an error with the 'openid' scope...
I followed the installation steps ```bash composer require nl.idaas/laravel-openid-connect php artisan migrate php artisan passport:install --uuids php artisan vendor:publish --provider="Idaas\Passport\PassportServiceProvider" --force ``` And when running ``` php artisan passport:install --uuids...
- Includes Laravel passport version 12 This PR also closes #36