File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: celestedg
9
9
ms.service : active-directory
10
10
ms.workload : identity
11
11
ms.topic : reference
12
- ms.date : 03/02 /2020
12
+ ms.date : 03/20 /2020
13
13
ms.author : mimart
14
14
ms.subservice : B2C
15
15
---
@@ -68,10 +68,12 @@ The following sections list available claim resolvers.
68
68
| {OIDC
: LoginHint }
| The
` login_hint ` query string parameter.
| [email protected] |
69
69
| {OIDC: MaxAge } | The ` max_age ` . | N/A |
70
70
| {OIDC: Nonce } | The ` Nonce ` query string parameter. | defaultNonce |
71
+ | {OIDC: Password }| The [ resource owner password credentials flow] ( ropc-custom.md ) user's password.| password1|
71
72
| {OIDC: Prompt } | The ` prompt ` query string parameter. | login |
73
+ | {OIDC: RedirectUri } | The ` redirect_uri ` query string parameter. | https://jwt.ms |
72
74
| {OIDC: Resource } | The ` resource ` query string parameter. | N/A |
73
75
| {OIDC: scope } | The ` scope ` query string parameter. | openid |
74
- | {OIDC: RedirectUri } | The ` redirect_uri ` query string parameter. | https://jwt.ms |
76
+ | {OIDC
: Username } | The
[ resource owner password credentials flow ] ( ropc-custom.md ) user's username. | [email protected] |
75
77
76
78
### Context
77
79
You can’t perform that action at this time.
0 commit comments