-
Notifications
You must be signed in to change notification settings - Fork 7
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
Request for information about the OpenID Connect and DPoP #1
Comments
Hello Pol, I didn't know the DPoP RFC Draft and I was reading it.
If you don't need the I think we'll work on it to support DPoP in the future (or next days), but PRs are welcome. |
Dear @thomasvargiu, Thanks for your reply, this is a very good news. However and as far as I understand (but I may be wrong), I do not need to use the whole set of features of this library. I just need to use the small subset of it. Do you think you would have time for chat today? Basically it would be to discuss how we can
I've sent you an email already, let me know what you think. |
This has been done and released here: https://github.com/ecphp/eu-login-api-authentication-bundle/ I'm busy writing the tests and the rest, but we have a working solution, this is great! |
@thomasvargiu Hello! Any update on supporting the DPoP draft ? |
I'm sorry @drupol, the issue was closed and I didn't look at it. I'm going to re-open it to remember to work on dPOP |
Grazie! I'll actively follow this. |
Hello,
My name is Pol Dellaiera, I'm a developer working as a consultant for European Commission(EC). I'm a very lucky worker because everything that I do is OpenSource, you can find the work that we do here: https://github.com/ecphp/
I published PHP libraries and Symfony bundles for authentication, especially CAS.
Recently, I've been given the task to create a bundle that will facilitate the authentication of requests at EC.
The protocol in use is OpenID Connect (DPoP).
Basically a request with a specific header
Authorization: pop AT-123456-somethingsomething
comes in and I need to authenticate it, and get the claims.While I'm not an expert into authentication, I'm checking on Github the PHP libraries that could help doing this, and there are not a lot. Documentation is not big either.
My question is then the following, is this bundle could help into doing a standard Symfony bundle for OpenID Connect authentication supporting DPoP ?
Thanks !
The text was updated successfully, but these errors were encountered: