Skip to content

Commit 19c768f

Browse files
authored
Merge pull request #279651 from nithinsas/patch-5
Update faq.yml file to add a tip to reduce refreshtoken skew time of …
2 parents 21fb4b8 + 9eca5a7 commit 19c768f

File tree

1 file changed

+3
-0
lines changed
  • articles/active-directory-b2c

1 file changed

+3
-0
lines changed

articles/active-directory-b2c/faq.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ sections:
286286
1. Wait for 10 minutes.
287287
288288
1. Retrieve the `RefreshToken` again.
289+
290+
> [!TIP]
291+
> With Azure AD B2C [custom policy](custom-policy-overview.md), you can reduce the above mentioned skew time of 5 minutes (300000 milliseconds) by adjusting the value for InputParameter "TreatAsEqualIfWithinMillseconds" under claim transformation Id "AssertRefreshTokenIssuedLaterThanValidFromDate". This claim transformation can be found in the TrustFrameworkBase.xml file under latest custom policy [stater-pack](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-user-flows?pivots=b2c-custom-policy#get-the-starter-pack).
289292
290293
- question: |
291294
I use multiple tabs in a web browser to sign in to multiple applications that I registered in the same Azure AD B2C tenant. When I try to perform a single sign-out, not all of the applications are signed out. Why does this happen?

0 commit comments

Comments
 (0)