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

[FEATURE] Support Token Federation auth type #1164

Open
bgrams opened this issue Mar 5, 2025 · 0 comments
Open

[FEATURE] Support Token Federation auth type #1164

bgrams opened this issue Mar 5, 2025 · 0 comments

Comments

@bgrams
Copy link

bgrams commented Mar 5, 2025

Problem Statement
Support OAuth token federation as an official auth type.

Proposed Solution
The current guidance is to perform the exchange using curl, and pass the returned access token to subsequent requests. We would love to see first-class support for this in the SDK along with configuration using env vars. This may be its own auth type (e.g. oauth-federated) or include additional logic within the existing oauth-m2m to conditionally perform the token exchange.

Additionally consider support for loading the subject token from a file to support refreshes from an external process where it may originate (e.g. k8s).

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

No branches or pull requests

1 participant