Skip to content

fix: pass oidc idp token as header #8370

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

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

fix: pass oidc idp token as header #8370

wants to merge 1 commit into from

Conversation

reggi
Copy link
Contributor

@reggi reggi commented Jun 18, 2025

No description provided.

@reggi reggi requested a review from a team as a code owner June 18, 2025 20:00
@reggi reggi changed the title pass oidc idp token as header fix: pass oidc idp token as header Jun 18, 2025
...{
...opts,
[authTokenKey]: idToken, // Use the idToken as the auth token for the request
},
method: 'POST',
body: JSON.stringify({
package_name: packageName,
id_token: idToken,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove id_token

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.

2 participants