Skip to content
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

[Question] Any guidance on how to include this package in a laravel project with laravel passport? #5

Open
ThaDaVos opened this issue Feb 12, 2020 · 3 comments

Comments

@ThaDaVos
Copy link

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?

@arietimmerman
Copy link
Collaborator

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

@ThaDaVos
Copy link
Author

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

@arietimmerman
Copy link
Collaborator

I should update the description. It is currently not a real drop-in replacement.

I'm working on finalizing the package and fixing some bugs. Hope to get it ready - together with the documentation - not too long from now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants