Skip to content

Commit 3b13bd1

Browse files
Update articles/spring-apps/includes/quickstart-deploy-restful-api-app/update-application-configuration.md
Co-authored-by: Karl Erickson <[email protected]>
1 parent 939a287 commit 3b13bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/includes/quickstart-deploy-restful-api-app/update-application-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use the following steps to update the YAML file to use your Microsoft Entra regi
3333
> [!NOTE]
3434
> In v1.0 tokens, the configuration requires the client ID of the API, while in v2.0 tokens, you can use the client ID or the application ID URI in the request. You can configure both to properly complete the audience validation.
3535
>
36-
> The \<tenant> values are: `common`, `organizations`, `consumers`, or `tenant id`. For more information on the account types, see [Used the wrong endpoint (personal and organization accounts)](/troubleshoot/azure/active-directory/error-code-aadsts50020-user-account-identity-provider-does-not-exist##cause-3-used-the-wrong-endpoint-personal-and-organization-accounts). For more information on converting your single-tenant app, see [Convert single-tenant app to multitenant on Microsoft Entra ID](/entra/identity-platform/howto-convert-app-to-be-multi-tenant).
36+
> The values allowed for `tenant-id` are: `common`, `organizations`, `consumers`, or the tenant ID. For more information about these values, see the [Used the wrong endpoint (personal and organization accounts)](/troubleshoot/azure/active-directory/error-code-aadsts50020-user-account-identity-provider-does-not-exist#cause-3-used-the-wrong-endpoint-personal-and-organization-accounts) section of [Error AADSTS50020 - User account from identity provider does not exist in tenant](/troubleshoot/azure/active-directory/error-code-aadsts50020-user-account-identity-provider-does-not-exist). For information on converting your single-tenant app, see [Convert single-tenant app to multitenant on Microsoft Entra ID](/entra/identity-platform/howto-convert-app-to-be-multi-tenant).
3737

3838
1. Use the following command to rebuild the sample project:
3939

0 commit comments

Comments
 (0)