Skip to content

Commit 885a938

Browse files
authored
Update custom-policy-keep-me-signed-in.md
fixes https://github.com/MicrosoftDocs/azure-docs/issues/50727
1 parent 80989db commit 885a938

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/active-directory-b2c/custom-policy-keep-me-signed-in.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 02/27/2020
11+
ms.date: 03/24/2020
1212
ms.author: mimart
1313
ms.subservice: B2C
1414
---
@@ -103,7 +103,11 @@ We recommend that you set the value of SessionExpiryInSeconds to be a short peri
103103
</RelyingParty>
104104
```
105105

106-
4. Save your changes and then upload the file.
107-
5. To test the custom policy that you uploaded, in the Azure portal, go to the policy page, and then select **Run now**.
106+
1. Save your changes, and then upload the file.
107+
1. To test the custom policy you uploaded, in the Azure portal, go to the policy page, and then select **Run now**.
108+
1. Type your **username** and **password**, select **Keep me signed in**, and then click **sign-in**.
109+
1. Go back to the Azure portal. Go to the policy page, and then select **Copy** to copy the sign-in URL.
110+
1. In the browser address bar, remove the `&prompt=login` query string parameter, which forces the user to enter their credentials on that request.
111+
1. In the browser, click **Go**. Now Azure AD B2C will issue an access token without prompting you to sign-in again.
108112

109113
You can find the sample policy [here](https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/tree/master/scenarios/keep%20me%20signed%20in).

0 commit comments

Comments
 (0)