We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abf49f commit bff7968Copy full SHA for bff7968
webauthn-server-core/src/test/scala/com/yubico/webauthn/test/RealExamples.scala
@@ -110,6 +110,8 @@ object RealExamples {
110
attestationObject = attestation.attestationObjectBytes,
111
clientDataJson = attestation.clientData,
112
privateKey = None,
113
+ rpId = rp,
114
+ userId = user,
115
assertion = Some(
116
AssertionTestData(
117
request = AssertionRequest
@@ -120,6 +122,7 @@ object RealExamples {
120
122
.challenge(assertion.collectedClientData.getChallenge)
121
123
.build()
124
)
125
+ .username(user.getName)
126
.build(),
127
response = assertion.credential,
128
0 commit comments