Skip to content

Commit 25ed029

Browse files
authored
Merge pull request #26078 from microsoftgraph/main
Merge main into live
2 parents 2f9fc0e + 7ee2250 commit 25ed029

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

api-reference/beta/api/fido2authenticationmethod-creationoptions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ Don't supply a request body for this method.
5959

6060
If successful, this function returns a `200 OK` response code and a [webauthnCredentialCreationOptions](../resources/webauthncredentialcreationoptions.md) in the response body.
6161

62+
> [!NOTE]
63+
> This method also returns **excludeCredentials** key IDs formatted in Base64URL with a padding number suffix. To decode the key IDs, convert the trailing integer value of 0, 1, or 2 to the same number of base64 padding characters.
64+
6265
## Examples
6366

6467
### Request
@@ -99,7 +102,9 @@ GET https://graph.microsoft.com/beta/users/{usersId}/authentication/fido2Methods
99102
### Response
100103

101104
The following example shows the response.
102-
>**Note:** The response object shown here might be shortened for readability.
105+
106+
> **Note:** The response object shown here might be shortened for readability.
107+
103108
<!-- {
104109
"blockType": "response",
105110
"truncated": true,
@@ -173,4 +178,3 @@ Content-Type: application/json
173178
}
174179
}
175180
```
176-

api-reference/beta/api/fido2authenticationmethod-get.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ Don't supply a request body for this method.
5959

6060
If successful, this method returns a `200 OK` response code and the requested [fido2AuthenticationMethod](../resources/fido2authenticationmethod.md) object in the response body.
6161

62+
> [!NOTE]
63+
> This method also returns credentials key IDs formatted in Base64URL with a padding number suffix. To decode the key IDs, convert the trailing integer value of 0, 1, or 2 to the same number of base64 padding characters.
64+
6265
## Examples
6366

6467
### Request
65-
68+
The following example shows a request.
6669

6770
# [HTTP](#tab/http)
6871
<!-- {
@@ -112,7 +115,8 @@ GET https://graph.microsoft.com/beta/me/authentication/fido2Methods/-2_GRUg2-HYz
112115
### Response
113116
The following example shows the response.
114117

115-
**Note:** The response object shown here might be shortened for readability.
118+
>**Note:** The response object shown here might be shortened for readability.
119+
116120
<!-- {
117121
"blockType": "response",
118122
"truncated": true,

concepts/permissions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.localizationpriority: high
77
ms.topic: reference
88
ms.subservice: entra-applications
99
ms.custom: graphiamtop20, scenarios:getting-started
10-
ms.date: 01/06/2025
10+
ms.date: 01/13/2025
1111
#Customer intent: As a developer, I want to learn more about the permissions available in Microsoft Graph, so that I understand the impact of granting specific permissions to my app.
1212
---
1313

0 commit comments

Comments
 (0)