Update registration steps for Entra ID app registration#1499
Conversation
|
@rufer7 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit fafd926: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Microsoft Entra ID app registration instructions in the Java Spring Boot authentication article to better match current Azure portal UI labels and clarify configuration values used by the sample.
Changes:
- Updated portal navigation label to App registrations.
- Updated the supported account type selection text and expanded client secret duration options.
- Clarified that
clientIdcomes from the app registration.
|
|
||
| - In the **Name** section, enter a meaningful application name for display to users of the app - for example, `java-spring-webapp-auth`. | ||
| - Under **Supported account types**, select **Accounts in this organizational directory only**. | ||
| - Under **Supported account types**, select **Single tenant only - TENANT_NAME**. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
Learn Build status updates of commit 0c46dd8: ✅ Validation status: passed
For more details, please refer to the build report. |
|
#sign-off |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @bmitchell287 |
Documentation updates and clarifications:
clientIdto specify it is from the app registration.