πŸ“‹ Microsoft Entra Documentation Changes

Daily summary for changes since August 13th 2025, 8:26 PM PDT

Report generated on August 14th 2025, 8:26 PM PDT

πŸ“Š Summary

13
Total Commits
0
New Files
3
Modified Files
0
Deleted Files
6
Contributors

πŸ“ Modified Documentation Files

+2 / -2 lines changed
Commit: fix: correct typo
Changes:
Before
After
To use the native authentication JavaScript SDK in your app, use your terminal to install it by using the following command:
 
```console
npm intall @azure/msal-browser
```
 
The native authentication capabilities are part of the `azure-msal-browser` library. To use native authentication features, you import from `@azure/msal-browser/custom-auth`. For example:
## Next step
 
> [!div class="nextstepaction"]
> [Tutorial: Sign in users into a React single-page app by using native authentication JavaScript SDK](tutorial-native-authentication-single-page-app-react-sdk-sign-in.md)
To use the native authentication JavaScript SDK in your app, use your terminal to install it by using the following command:
 
```console
npm install @azure/msal-browser
```
 
The native authentication capabilities are part of the `azure-msal-browser` library. To use native authentication features, you import from `@azure/msal-browser/custom-auth`. For example:
## Next step
 
> [!div class="nextstepaction"]
> [Tutorial: Sign in users into a React single-page app by using native authentication JavaScript SDK](tutorial-native-authentication-single-page-app-react-sdk-sign-in.md)
Modified by Sumeet Mittal on Aug 14, 2025 8:18 PM
πŸ“– View on learn.microsoft.com
+1 / -1 lines changed
Commit: Update reference-version-history.md
Changes:
Before
After
### Release status
June 25, 2025: Released for download. This version is only available for install via the download page in the Microsoft Entra admin center. It will not be available as auto update.
### New features and improvements
### Release status
June 25, 2025: Released for download. Note that Microsoft Entra ID occasionally provides automatic updates for all the connectors that you deploy. This version may perform auto-upgrade of your connector. As long as the private network connector updater service is running, your connectors may update with this connector release automatically. If you don’t see the connector updater service on your server, you need to reinstall your connector manually to get updates. You can install via the download page in the Microsoft Entra admin center.
### New features and improvements
+1 / -1 lines changed
Commit: fixing punctuation
Changes:
Before
After
# Understand access package visibility in the My Access portal
 
> [!IMPORTANT]
> In July 2025 we announced that the visibility behavior for access packages scoped to "Specific users and groups" would be changing. The previously announced changes to access package visibility have been cancelled. No action is required at this time.
 
The [My Access portal](https://myaccess.microsoft.com) is the central place for users to request, approve, and review their access to resources within Microsoft Entra. For administrators, the Microsoft Entra admin center provides extra functionalities, enabling configuration of access packages and the ability to conduct access reviews.
 
# Understand access package visibility in the My Access portal
 
> [!IMPORTANT]
> In July 2025, we announced that the visibility behavior for access packages scoped to "Specific users and groups" would be changing. The previously announced changes to access package visibility have been cancelled. No action is required at this time.
 
The [My Access portal](https://myaccess.microsoft.com) is the central place for users to request, approve, and review their access to resources within Microsoft Entra. For administrators, the Microsoft Entra admin center provides extra functionalities, enabling configuration of access packages and the ability to conduct access reviews.