Skip to content

Commit cb49d45

Browse files
authored
Adding new FAQ
As discussed internally with @MichelleSwafford & @jitheshr
1 parent 0c96789 commit cb49d45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/active-directory/hybrid/how-to-connect-pta-faq.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ sections:
7171
7272
If you have not configured password writeback for a specific user or if the user doesn't have a valid Azure AD license assigned, the user can't update their password in the cloud. They can't update their password, even if their password has expired. The user instead sees this message: "Your organization doesn't allow you to update your password on this site. Update it according to the method recommended by your organization, or ask your admin if you need help." The user or the administrator must reset their password in on-premises Active Directory.
7373
74+
- question: |
75+
The user logs on to Azure AD with his credentials (username, password). In the meantime the user’s password expires, but the user can still access Azure AD resources. Why does this happen?
76+
answer: |
77+
The password expiry does not trigger the revocation of authentication tokens or cookies. Until the tokens or cookies are valid, the user will be able to use them. This applies regardless of the authentication type (PTA, PHS and federated scenarios).
78+
79+
For more details please check the documentation below:
80+
[Microsoft identity platform access tokens - Microsoft identity platform | Microsoft Docs](../develop/access-tokens.md#revocation)
81+
82+
7483
- question: |
7584
How does Pass-through Authentication protect you against brute-force password attacks?
7685
answer: |

0 commit comments

Comments
 (0)