Skip to content

Commit

Permalink
Test for potential fixed clientId
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh committed Jan 15, 2025
1 parent 34cc453 commit 5a421e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class OpenId4VpInteropTest : FreeSpec({
holderSiop = OidcSiopWallet(holderKeyMaterial, holderAgent)

verifierKeyId = uuid4().toString()
verifierClientId = "https://verifier.example.com"
verifierClientId = "AT-GV-EGIZ-CUSTOMVERIFIER"
verifierKeyMaterial = EphemeralKeyWithoutCert(customKeyId = verifierKeyId)
verifierSiop = OidcSiopVerifier(
keyMaterial = verifierKeyMaterial,
Expand Down

0 comments on commit 5a421e8

Please sign in to comment.