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

Use generic OpenID #546

Open
soymgomez opened this issue Sep 3, 2024 · 2 comments
Open

Use generic OpenID #546

soymgomez opened this issue Sep 3, 2024 · 2 comments

Comments

@soymgomez
Copy link

Describe the solution you'd like

Hello,

as of today you can only integrate OpenID with KeyCloack which may be limiting many people to use this project.

It would be interesting to use a generic OpenID integration, from what I see stevenmaguire/oauth2-keycloak uses the PHP League league/oauth2-client library underneath.

@holema
Copy link
Contributor

holema commented Sep 10, 2024

HEllo @soymgomez,
we did this, because keycloak can integrate any other SSO provider, so this was the easies way to make all users happy.
You are right, the bundle uses the knpuniversity/oauth2-client-bundle this means you can integrate any oauth2 provider in this list: https://github.com/knpuniversity/oauth2-client-bundle?tab=readme-ov-file#step-1-download-the-client-library

@soymgomez
Copy link
Author

Hello @holema , in our case we use Authentik as SSO and I don't see the point in setting up and maintaining a Keycloak to have the integration with SSO.

Especially when the OpenID implementation is standard. You can see here a simple implementation that works for any app and below uses league/oauth2-client:
https://github.com/RaiolaNetworks/simple-oauth2-client

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