Skip to content

Commit df9bdf5

Browse files
authored
Merge pull request #25482 from microsoftgraph/webauthnpublickeycredentialcreationoptions
Update webauthnpublickeycredentialcreationoptions.md - challenge is a Base64-encoded string
2 parents a4f512b + d612c95 commit df9bdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/beta/resources/webauthnpublickeycredentialcreationoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Defines public key options for the creation of a new public key credential. For
2121
|:---|:---|:---|
2222
|attestation|String|Attestation preference for the Microsoft Entra ID relying party.|
2323
|authenticatorSelection|[webauthnAuthenticatorSelectionCriteria](../resources/webauthnauthenticatorselectioncriteria.md)|Properties of WebAuthn authenticators allowed to be used for authentication in Microsoft Entra ID.|
24-
|challenge|String|A challenge generated by Microsoft Entra ID and sent back with the registration request to prevent replay attacks.|
24+
|challenge|String|A Base64-encoded challenge generated by Microsoft Entra ID and sent back with the registration request to prevent replay attacks.|
2525
|excludeCredentials|[webauthnPublicKeyCredentialDescriptor](../resources/webauthnpublickeycredentialdescriptor.md) collection|List of credentials blocked for creations in Microsoft Entra ID.|
2626
|extensions|[webauthnAuthenticationExtensionsClientInputs](../resources/webauthnauthenticationextensionsclientinputs.md)|Additional processing required by Microsoft Entra ID for the client and WebAuthn authenticator. For example, Microsoft Entra ID might require that particular information be returned in the attestation object.|
2727
|pubKeyCredParams|[webauthnPublicKeyCredentialParameters](../resources/webauthnpublickeycredentialparameters.md) collection|A set of preferred credential properties for the creation of a new public key credential in Microsoft Entra ID.|

0 commit comments

Comments
 (0)