You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update faq.yml file to add a tip to reduce refreshtoken skew time of 5 minutes in custom policy
customers often ask on how to control the refreshtoken skew time in b2c. If they are using custom policy, it can be contolled by adjusting the "TreatAsEqualIfWithinMillseconds" value. This was recently introduced as part of RedeemRefreshToken journey and updated in latest starter packs
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/faq.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -286,6 +286,9 @@ sections:
286
286
1. Wait for 10 minutes.
287
287
288
288
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).
289
292
290
293
- question: |
291
294
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