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

add support for GetAccessToken #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikemrm
Copy link

@mikemrm mikemrm commented May 8, 2024

This adds support for the Identity service's GetAccessToken rpc call.

To ease in local testing a number of sources have been included:

  • command: allows you to execute a command to retrieve a token.
  • client-credentials: lets you specify an issuer with client creds to retrieve a token.
  • generated: generates a token (used by default if no other source is defined)

Additionally, a token exchange is supported so you can exchange a source token with another issuing service.

@mikemrm mikemrm force-pushed the add-get-access-token branch from f252089 to 013b740 Compare May 8, 2024 14:36
This adds support for the Identity service's GetAccessToken rpc call.

To ease in local testing a number of sources have been included:

- command: allows you to execute a command to retrieve a token.
- client-credentials: lets you specify an issuer with client creds to retrieve a token.
- generated: generates a token (used by default if no other source is defined)

Additionally, a token exchange is supported so you can exchange a source token with another issuing service.

Signed-off-by: Mike Mason <[email protected]>
@mikemrm mikemrm force-pushed the add-get-access-token branch from 013b740 to a62be63 Compare May 8, 2024 14:37
@mikemrm mikemrm marked this pull request as ready for review May 8, 2024 14:38
@mikemrm mikemrm requested a review from a team as a code owner May 8, 2024 14:38
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

Successfully merging this pull request may close these issues.

1 participant