Skip to content

Commit c15841b

Browse files
authored
Merge pull request #105978 from yoelhor/patch-35
Update claim-resolver-overview.md
2 parents fbe22be + 8509565 commit c15841b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/active-directory-b2c/claim-resolver-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 02/17/2020
12+
ms.date: 03/02/2020
1313
ms.author: marsma
1414
ms.subservice: B2C
1515
---
@@ -71,6 +71,7 @@ The following sections list available claim resolvers.
7171
| {OIDC:Prompt} | The `prompt` query string parameter. | login |
7272
| {OIDC:Resource} |The `resource` query string parameter. | N/A |
7373
| {OIDC:scope} |The `scope` query string parameter. | openid |
74+
| {OIDC:RedirectUri} |The `redirect_uri` query string parameter. | https://jwt.ms |
7475

7576
### Context
7677

@@ -81,7 +82,7 @@ The following sections list available claim resolvers.
8182
| {Context:DateTimeInUtc} |The date time in UTC. | 10/10/2018 12:00:00 PM |
8283
| {Context:DeploymentMode} |The policy deployment mode. | Production |
8384
| {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 |
8586

8687
### Non-protocol parameters
8788

0 commit comments

Comments
 (0)