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

discovery: AWS STS rejects JWKS #10

Merged
merged 1 commit into from
Mar 24, 2024
Merged

discovery: AWS STS rejects JWKS #10

merged 1 commit into from
Mar 24, 2024

Conversation

lstoll
Copy link
Owner

@lstoll lstoll commented Mar 24, 2024

AWS's STS service seems to object to the presence of the key_ops field, at least when it's set to verify.

Work around this by detecting traffic from STS by its user agent, and strip this field if so.

AWS's STS service seems to object to the presence of the `key_ops` field, at
least when it's set to `verify`.

Work around this by detecting traffic from STS by its user agent, and strip
this field if so.
lstoll added a commit to lstoll/webauthn-oidc-idp that referenced this pull request Mar 24, 2024
Couldn't auth to AWS. So bring in lstoll/oidc#10 to fix
that.
@lstoll lstoll merged commit b89943a into main Mar 24, 2024
1 check passed
@lstoll lstoll deleted the lstoll-sts-jwks branch March 24, 2024 16:50
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