Support for Token Exchange Flow in Access Token Management Library #37
TomSteer
started this conversation in
Feature requests
Replies: 2 comments 4 replies
-
You mean via some sort of token exchange at the authorization server? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Implementing token exchange in Access Token Management is possible today using the extensibility points available. We never implemented specific scenarios because we figured that every one is different. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We're currently using the Access Token Management library to manage access tokens for machine-to-machine (M2M) APIs. Another scenario we need to support is the "on behalf of" token exchange, and we would like to utilize the same library for managing the exchanged tokens.
I was wondering if this is something that could potentially be supported in a similar manner to the current client credentials token management implementation?
Thanks, Tom
Beta Was this translation helpful? Give feedback.
All reactions