You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're curious if it's possible to include this package in a Laravel project with Laravel Passport to provide SSO and OpenID.
We tried using https://github.com/steverhoades/oauth2-openid-connect-server but we ran into a documentation ravine, or better said, missing documentation...
So, we then found this package and are interested if it's in a ready to use stage and if there's any guidance on how to?
The text was updated successfully, but these errors were encountered:
It is possible. In fact, for https://www.idaas.nl I originally forked Laravel Passport and added support for OpenID Connect. However, it is difficult to maintain a fork. That is why I am now creating two libraries. This library, and a package for Laravel using this library which I have just put online => https://github.com/arietimmerman/laravel-openid-connect-server
I see it's a drop-in replacement for Laravel Passport - do I need to uninstall Laravel Passport, or can I just add the package? I would love to try it out, and hopefully get SSO and OpenID working with it
Hello,
We're curious if it's possible to include this package in a Laravel project with Laravel Passport to provide SSO and OpenID.
We tried using https://github.com/steverhoades/oauth2-openid-connect-server but we ran into a documentation ravine, or better said, missing documentation...
So, we then found this package and are interested if it's in a ready to use stage and if there's any guidance on how to?
The text was updated successfully, but these errors were encountered: