Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Retrieve [creation options](../resources/webauthncredentialcreationoptions.md) r
> This API applies a system-defined challenge timeout of 5 minutes. Unlike the beta version of this API, custom challenge timeout values are not supported in v1.0.
>
> This API has a [known issue](/graph/known-issues#fido2-provisioning-api-requires-self-service-setup-to-be-enabled) that requires **Allow self-service setup** to be enabled in the FIDO2 authentication method policy.
>
> Self-service operations aren't currently supported.
Comment on lines 20 to +22

[!INCLUDE [national-cloud-support](../../includes/global-only.md)]

Expand All @@ -32,14 +34,8 @@ Choose the permission or permissions marked as least privileged for this API. Us

## HTTP request

Comment on lines 35 to 36
[!INCLUDE [me-apis-sign-in-note](../includes/me-apis-sign-in-note.md)]
<!-- {
"blockType": "ignored"
}
-->
``` http
GET /users/{id}/authentication/fido2Methods/creationOptions
GET /me/authentication/fido2Methods/creationOptions
```

## Request headers
Expand Down
Loading