-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Implement OAuth 2.0 Token Exchange #60
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
Comments
Hi, When is this Token Exchange planned for? Or alternatively, any chance to add custom claims to JWT when using client_credentials flow? Claims that depends on my request (headers / scopes) ? Thanks, |
Thanks @oridool ! Token Exchange will be delivered at a much later point. There are a few higher priority items ahead of it. You can always look at the ZenHub board (see Feature Planning section for link) to see the features which are prioritized in the order of development. The ability to add custom claims is coming up soon so stay tuned. |
Hi @jgrandja, let me know whenever you want to work on this epic. I would love to raise a PR for this. |
Thanks for your interest @amit-github-personal. The are a few higher priority features at the moment but will let you know when this one gets closer to scheduling for a release. |
This feature is very helpful for implementing stateless services and would love to see it progress. |
Hi, is there any updates? Thanks! |
Hello @jgrandja, at @allegro we're highly considering using |
@pitagoras3 Thank you for your interest in this project. We're releasing |
Hello @pitagoras3, could you please advise if there are updates on this issue or ETA at this point? Thank you! |
As we are in the middle of December and spring-authorization-server 1.2 was released, I am reaching out to @jgrandja with same question as above - Do you have any information on when implementation of this grant type is planned? @bananich I'm trying to get the answer for the same question that you're asking :) |
@pitagoras3 Please see this comment for an update. |
Closing as duplicate of gh-1525 |
* updates based on review feedback * tests for Token Exchange Issue spring-projectsgh-60
This feature will deliver OAuth 2.0 Token Exchange.
The text was updated successfully, but these errors were encountered: