Skip to content

Commit 939a287

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Use the following steps to update the YAML file to use your Microsoft Entra regi
3232
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.
35-
> The \<tenant> valid values are: `common`, `organizations`, `consumers` or Tenant id. See [Used the wrong endpoint](/troubleshoot/azure/active-directory/error-code-aadsts50020-user-account-identity-provider-does-not-exist#cause-2-used-the-wrong-endpoint-personal-and-organization-accounts) to know the difference about these values. See [Making your application multi-tenant](/entra/identity-platform/howto-convert-app-to-be-multi-tenant) to get more info.
35+
>
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).
3637

3738
1. Use the following command to rebuild the sample project:
3839

0 commit comments

Comments
 (0)