← Previous day

Next day →
Microsoft Entra daily update

What changed on this day

17 changes were tracked across 3 Microsoft Entra products. The leading updates include Transport Layer Security; SuccessFactors expression mapping functions for Microsoft Entra ID provisioning; Workday expression mapping functions for Microsoft Entra ID provisioning.

17 updates

Fundamentals

5

Agents

Updated

author: MicrosoftGuyJFlo

Provisioning

4

General

3

Security

1

Identifier Uri Restrictions

Updated

[Learn how to check if the protection has been enabled in your organization](https://aka.ms/check-identifier-uri-protection-state)

Standards

1

Saml Tokens

Updated

> |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>[email protected]<AttributeValue>`|

Fundamentals

1

Native authentication

Updated

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.

Developer

1

Application Discovery

Updated

Use Application discovery to detect the applications accessed by users and create separate private applications.

Security

1

Transport Layer Security

Updated

```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```