File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +3
-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 : 02/17 /2020
12
+ ms.date : 03/02 /2020
13
13
ms.author : marsma
14
14
ms.subservice : B2C
15
15
---
@@ -71,6 +71,7 @@ The following sections list available claim resolvers.
71
71
| {OIDC: Prompt } | The ` prompt ` query string parameter. | login |
72
72
| {OIDC: Resource } | The ` resource ` query string parameter. | N/A |
73
73
| {OIDC: scope } | The ` scope ` query string parameter. | openid |
74
+ | {OIDC: RedirectUri } | The ` redirect_uri ` query string parameter. | https://jwt.ms |
74
75
75
76
### Context
76
77
@@ -81,7 +82,7 @@ The following sections list available claim resolvers.
81
82
| {Context: DateTimeInUtc } | The date time in UTC. | 10/10/2018 12:00:00 PM |
82
83
| {Context: DeploymentMode } | The policy deployment mode. | Production |
83
84
| {Context: IPAddress } | The user IP address. | 11.111.111.11 |
84
-
85
+ | {Context : KMSI } | Indicates whether [ Keep me signed in ] ( custom-policy-keep-me-signed-in.md ) checkbox is selected. | true |
85
86
86
87
### Non-protocol parameters
87
88
You can’t perform that action at this time.
0 commit comments