Skip to content

Commit cf0a1f4

Browse files
authored
Update articles/active-directory-b2c/faq.yml
Removed space before ? character as reported by Acrolinx and for consistency
1 parent e702f62 commit cf0a1f4

File tree

1 file changed

+1
-1
lines changed
  • articles/active-directory-b2c

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ sections:
276276
* Conditional Access
277277
278278
- question: |
279-
I am using rolling refresh tokens for my application and I am getting an invalid_grant error on redeeming newly acquired refresh tokens well within their set validity period. Why does this happen ?
279+
I am using rolling refresh tokens for my application and I am getting an invalid_grant error on redeeming newly acquired refresh tokens well within their set validity period. Why does this happen?
280280
answer: |
281281
While determining validity for rolling refresh tokens, B2C will consider the initial login time of the user in the application also to calculate the token validity skew. If the user haven't logged out of the application for a very long time, this skew value will exceed the validity period of the token and hence for security reasons the tokens will be considered as invalid. Hence the error. Inform the user to perform a proper logout and login back into the application and this should reset the skew. This scenario is not applicable if refresh token rolling is set as infinite rolling.
282282

0 commit comments

Comments
 (0)