-
Notifications
You must be signed in to change notification settings - Fork 684
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
Play Framework 1.x with OpenID Connect #1445
Comments
In my Play! application I implemented OpenID Connect in a hacky way. Are you interested? |
@xabolcs Yes please :) |
Hi @clim , My implementation's main parts are the "libs" which extends the There are lot of commits in my PR as I wanted to separate and group the changes to help understanding. Please feel free to join to that PR and ask for the details! |
@xabolcs Thanks a lot! I'll check on this. |
Reaching out to inquire for any API resources for version 1.x that integrates with OpenID Connect.
I know that there are existing libraries for OAuth and OpenID. However, these are not compatible with OpenID Connect. Does anyone know and can point me to the right direction on integrating OpenID Connect with Play 1.x please.
The text was updated successfully, but these errors were encountered: