Skip to content

Commit 4200f2f

Browse files
committed
Many fixes - enums, secret creds scan, sample key
1 parent c57ca02 commit 4200f2f

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

api-reference/beta/api/identitycontainer-post-identityproviders.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Content-type: application/json
135135
"displayName": "Login with Amazon",
136136
"identityProviderType": "Amazon",
137137
"clientId": "00001111-aaaa-2222-bbbb-3333cccc4444",
138-
"clientSecret": "4294967296"
138+
"clientSecret": "42*****96"
139139
}
140140
```
141141

@@ -195,7 +195,7 @@ Content-type: application/json
195195
"displayName": "Login with Amazon",
196196
"identityProviderType": "Amazon",
197197
"clientId": "00001111-aaaa-2222-bbbb-3333cccc4444",
198-
"clientSecret": "4294967296"
198+
"clientSecret": "42*****96"
199199
}
200200
```
201201

@@ -424,7 +424,7 @@ Content-type: application/json
424424
"responseType": "code",
425425
"scope": "openid profile email offline_access",
426426
"clientAuthentication": {
427-
"@odata.type": "#microsoft.graph.OIDCClientSecretAuthentication",
427+
"@odata.type": "#microsoft.graph.oidcClientSecretAuthentication",
428428
"clientSecret": "4294967296"
429429
},
430430
"inboundClaimMapping": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The following example shows a request.
297297
<!-- {
298298
"blockType": "request",
299299
"name": "get_openidconnectidentityprovider_from_identityproviderbase",
300-
"sampleKeys": ["OIDC-V1-test-icm-4470de58-86c2-4a3f-a22c-63c9366cd000"]
300+
"sampleKeys": ["Contoso-00001111-aaaa-2222-bbbb-3333cccc4444"]
301301
}
302302
-->
303303

api-reference/beta/api/identityproviderbase-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ The following example shows a request.
267267
<!-- {
268268
"blockType": "request",
269269
"name": "update_openidconnectprovider_forAzure_AD_B2C",
270-
"sampleKeys": ["OIDC-V1-Nam_AD_Test-00001111-aaaa-2222-bbbb-3333cccc4444"]
270+
"sampleKeys": ["Contoso-OIDC-00001111-aaaa-2222-bbbb-3333cccc4444"]
271271
}
272272
-->
273273

api-reference/beta/resources/enums.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Namespace: microsoft.graph
2121
| provisioningCompleted |
2222
| unknownFutureValue |
2323

24+
### oidcResponseType values
25+
26+
|Member|
27+
|:---|
28+
|code|
29+
|id_token|
30+
|token|
31+
|unknownFutureValue|
32+
2433
### approvalOperationStatus values
2534

2635
| Member |

api-reference/beta/resources/oidcinboundclaimmappingoverride.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ You can configure the following standard OpenID Connect (OIDC) claims with the c
2121

2222
|Property|Type|Description|
2323
|:---|:---|:---|
24-
|address|[oidcAddressInboundClaims](../resources/oidcaddressinboundclaims.md)|End-user's preferred postal address. The value of the address member is a JSON [RFC8259] structure containing some or all of the members defined in the resource type|
25-
|email|String|End-user's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax.|
24+
|address|[oidcAddressInboundClaims](../resources/oidcaddressinboundclaims.md)|End-user's preferred postal address. The value of the address member is a JSON RFC8259 structure containing some or all of the members defined in the resource type|
25+
|email|String|End-user's preferred e-mail address. Its value MUST conform to the RFC 5322 addr-spec syntax.|
2626
|email_verified|String|True if the end-user's e-mail address has been verified by the identity provider; otherwise, false. When this claim value is true, this means that your identity provider took affirmative steps to ensure that this e-mail address was controlled by the end-user at the time the verification was performed. If this claim value is false, or not mapped with any claim of the identity provider, the user is asked to verify email during sign-up if email is required in the user flow.|
2727
|family_name|String|Surname(s) or family name of the end-user.|
2828
|given_name|String|Given name(s) or first name(s) of the end-user.|

0 commit comments

Comments
 (0)