-
Notifications
You must be signed in to change notification settings - Fork 50
Add support to load OIDC ID Tokens from a file #1213
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
Conversation
69cb78d
to
535fb48
Compare
535fb48
to
2859bc7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undo accidental approval, this feature deserves further offline discussion.
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
What changes are proposed in this pull request?
Add support to load OIDC ID Tokens from a file. This adds support for arbitrary ID Tokens in exchange of delegating to the user the responsibility of minting and refreshing the token.
How is this tested?
Added unit test.