Skip to content

Commit 9d4d61f

Browse files
committed
Test that authenticatorDisplayName is allowed in credProps
1 parent d46c0aa commit 9d4d61f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webauthn-server-core/src/test/scala/com/yubico/webauthn/RelyingPartyRegistrationSpec.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ class RelyingPartyRegistrationSpec
261261
"org.example.foo": "bar",
262262
"credProps": {
263263
"rk": false,
264+
"authenticatorDisplayName": "My passkey",
264265
"unknownProperty": ["unknown-value"]
265266
}
266267
}

0 commit comments

Comments
 (0)