Skip to content

Commit

Permalink
chore: clientId & clientIdSchema in getManagedX5cIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Aug 30, 2024
1 parent 673a577 commit 967cf87
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ export async function getManagedX5cIdentifier(
kmsKeyRef: key.kid,
kid,
issuer,
clientId: opts.clientId,
clientIdScheme: opts.clientIdScheme,
opts,
} satisfies ManagedIdentifierX5cResult
}
Expand Down

0 comments on commit 967cf87

Please sign in to comment.