📋 Microsoft Entra Documentation Changes

Daily summary for changes since February 15th 2026, 8:25 PM PST

Report generated on February 16th 2026, 8:25 PM PST

📊 Summary

8
Total Commits
0
New Files
2
Modified Files
0
Deleted Files
6
Contributors

📝 Modified Documentation Files

+3 / -3 lines changed
Commit: Update howto-authentication-temporary-access-pass.md
Changes:
Before
After
| Minimum lifetime | 1 hour | 10 – 43,200 Minutes (30 days) | Minimum number of minutes that the TAP is valid. |
| Maximum lifetime | 8 hours | 10 – 43,200 Minutes (30 days) | Maximum number of minutes that the TAP is valid. |
| Default lifetime | 1 hour | 10 – 43,200 Minutes (30 days) | Individual passes within the minimum and maximum lifetime configured by the policy can override default value. |
| One-time use | False | True/False | When the policy is set to false, passes in the tenant can be used either once or more than once during its validity (maximum lifetime). By enforcing one-time use in the TAP policy, all passes created in the tenant are one-time use. |
| Length | 8 | 8-48 characters | Defines the length of the passcode. |
 
## Create a Temporary Access Pass
 
- If a TAP isn't offered to a user during sign-in:
- Make sure the user is in scope for TAP use in the Authentication methods policy.
- Make sure the user has a valid TAP, and if it's one-time use, it wasn’t used yet.
- If **Temporary Access Pass sign in was blocked due to User Credential Policy** appears during sign-in with a TAP:
- Check that the user is in scope for the TAP policy
- Make sure the user doesn't have a TAP for multiple use while the Authentication methods policy requires a one-time TAP.
- Check if a one-time TAP was already used.
- If **Temporary Access Pass cannot be added to an external guest user** appears when you try to add a TAP to an account as an authentication method, the account is an external guest. Both internal and external guest accounts have an option to add a TAP for sign-in in the Microsoft Entra admin center and Microsoft Graph APIs. However, only internal guest accounts can be issued a TAP.
| Minimum lifetime | 1 hour | 10 – 43,200 Minutes (30 days) | Minimum number of minutes that the TAP is valid. |
| Maximum lifetime | 8 hours | 10 – 43,200 Minutes (30 days) | Maximum number of minutes that the TAP is valid. |
| Default lifetime | 1 hour | 10 – 43,200 Minutes (30 days) | Individual passes within the minimum and maximum lifetime configured by the policy can override default value. |
| One-time use | False | True/False | When the policy is set to false, a TAP in the tenant can be used either once or more than once during its validity (maximum lifetime). If you enforce one-time use in the TAP policy, all passes created in the tenant are one-time use. |
| Length | 8 | 8-48 characters | Defines the length of the passcode. |
 
## Create a Temporary Access Pass
 
- If a TAP isn't offered to a user during sign-in:
- Make sure the user is in scope for TAP use in the Authentication methods policy.
- Make sure the user has a valid TAP. If the TAP is one-time use, make sure it wasn’t used yet.
- If **Temporary Access Pass sign in was blocked due to User Credential Policy** appears during sign-in with a TAP:
- Check that the user is in scope for the TAP policy.
- Make sure the user doesn't have a TAP for multiple use while the Authentication methods policy requires a one-time TAP.
- Check if a one-time TAP was already used.
- If **Temporary Access Pass cannot be added to an external guest user** appears when you try to add a TAP to an account as an authentication method, the account is an external guest. Both internal and external guest accounts have an option to add a TAP for sign-in in the Microsoft Entra admin center and Microsoft Graph APIs. However, only internal guest accounts can be issued a TAP.
Modified by Garret Magin on Feb 16, 2026 3:09 PM
📖 View on learn.microsoft.com
+1 / -1 lines changed
Commit: Fix typo in workload identity federation description
Changes:
Before
After
---
title: Workload Identity Federation
description: Learn how workload identify federation enables secre access to Microsoft Entra protected resources from external software workloads without managing secrets.
 
author: SHERMANOUKO
manager: CelesteDG
---
title: Workload Identity Federation
description: Learn how workload identify federation enables secure access to Microsoft Entra protected resources from external software workloads without managing secrets.
 
author: SHERMANOUKO
manager: CelesteDG