Skip to content

Commit

Permalink
chore: kmsKeyRef fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Sep 27, 2024
1 parent d5ca58e commit d34cefc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ export async function getManagedIssuerIdentifier(
identifier,
jwk,
jwkThumbprint,
kmsKeyRef: identifier, // FIXME: We need to find a way to handle identifiers that do not have a kmsKeyRef
issuer: identifier.replace('/.well-known/openid-credential-issuer', ''),
clientId: opts.clientId,
clientIdScheme: opts.clientIdScheme,
Expand Down

0 comments on commit d34cefc

Please sign in to comment.