Agents
Updatedauthor: MicrosoftGuyJFlo
Daily.Entra.NewsThe 13 August record is primarily Microsoft Learn documentation maintenance rather than a product-release bulletin. The clearest substantive items are new SuccessFactors and Workday expression-mapping references, an Identifier URI protection-state check, and a SAML `unique_name` clarification; External ID native-authentication guidance was also updated. The supplied evidence does not claim a new feature, preview, GA milestone, changed service behavior, or capability retirement. The two Zero Trust pages are each marked both New and Removed on the same date, so that evidence is insufficient to call them retirements.
A new Microsoft Entra ID provisioning guide documents commonly used expression functions for transforming SuccessFactors data into target user attributes. It adds configuration reference material; the record does not claim a new connector, new function availability, or changed provisioning behavior.
A new guide covers expression functions for Workday provisioning to on-premises Active Directory and Microsoft Entra ID, including data transformation and attribute creation. This is new mapping documentation, not evidence of a provisioning-service rollout or changed defaults.
The updated Entra ID security page points administrators to a method for checking whether Identifier URI protection is enabled in their organization. This supports verification of tenant state, but does not show that protection was automatically enabled or that enforcement behavior changed.
The updated SAML token documentation describes `unique_name` as human-readable, not guaranteed unique within a tenant, and intended for display only. Integrations should therefore not use this claim as their uniqueness key; this is a standards and documentation clarification, not a token-format change.
The Native authentication page was updated around setup, user-interface customization for mobile and desktop apps, and the sign-in experience. The supplied record does not specify a new capability, preview or GA status, or mandatory configuration change; treat it as implementation guidance for teams using native authentication.
This period briefing was generated by AI from the tracked Microsoft Learn and Message Center changes.
author: MicrosoftGuyJFlo
A Microsoft Entra documentation page was updated: Zero Trust Protect Networks.
A Microsoft Entra documentation page was updated: Zero Trust Protect Networks.
A Microsoft Entra documentation page was updated: Zero Trust Protect Tenants.
A Microsoft Entra documentation page was updated: Zero Trust Protect Tenants.
S comprehensive guide to commonly used expression mapping functions when configuring SuccessFactors to Microsoft Entra ID user provisioning. These functions help transform and map data from SuccessFactors to create appropriate user attributes in Microsoft Entra ID.
A comprehensive guide to commonly used expression mapping functions when configuring Workday to on-premises Active Directory/Microsoft Entra ID user provisioning. These functions help transform and map data from Workday to create appropriate user attributes in Microsoft Entra ID.
- [Organizational unit (OU) assignment](#organizational-unit-ou-assignment)
A comprehensive guide to commonly used expression mapping functions when configuring SuccessFactors to Microsoft Entra ID user provisioning. These functions help transform and map data from SuccessFactors to create appropriate user attributes in Microsoft Entra ID.
Places Administrator
Describes the Microsoft Entra built-in roles and permissions.
| Audience | Single/multi-tenant | Who can sign in |
[Learn how to check if the protection has been enabled in your organization](https://aka.ms/check-identifier-uri-protection-state)
> |Name | `unique_name` |Provides a human readable value that identifies the subject of the token. This value is not guaranteed to be unique within a tenant and is designed to be used only for display purposes. | `<Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name">`<br>`<AttributeValue>frankm@contoso.com<AttributeValue>`|
Learn how to set up native authentication in Microsoft Entra External ID. Customize the user interface for mobile and desktop apps, and provide a seamless sign-in experience.
Use Application discovery to detect the applications accessed by users and create separate private applications.
```openssl req -x509 -new -nodes -newkey rsa:4096 -keyout rootCAchain.key -sha256 -days 370 -out rootCAchain.pem -subj "/C=US/ST=US/O=Self Signed/CN=Self Signed Root CA" -config openssl.cnf -extensions rootCA_ext```