Migrate Passwords Just In Time
In brief
The password migration documentation now uses a different example API application identifier.
What Entra admins need to know
No administrator action is indicated.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
- Function_URL_Hostname: The hostname of your Azure Function (e.g.,
contoso.azurewebsites.net) - App_ID: Your application (client) ID from the app registration Overview page
For example: "api://contoso.azurewebsites.net/12345678-1234-1234-1234-123456789012aaaabbbb-0000-cccc-1111-dddd2222eeee"
3.1.2 API permissions
@@ -813,7 +813,7 @@ The identifier URI uniquely identifies your custom authentication extension API. - **Function_URL_Hostname**: The hostname of your Azure Function (e.g., `contoso.azurewebsites.net`) - **App_ID**: Your application (client) ID from the app registration **Overview** page -For example: `"api://contoso.azurewebsites.net/12345678-1234-1234-1234-123456789012"`+For example: `"api://contoso.azurewebsites.net/aaaabbbb-0000-cccc-1111-dddd2222eeee"` #### 3.1.2 API permissions 