Skip to content

Commit 492c0b1

Browse files
Merge pull request #259146 from Netyyyy/myao/update_tenant
Update property description for multitenant
2 parents 1b1339d + 3b13bd1 commit 492c0b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ Use the following steps to update the YAML file to use your Microsoft Entra regi
2424
azure:
2525
active-directory:
2626
profile:
27-
tenant-id: <your-Microsoft-Entra-ID-tenant-ID>
27+
tenant-id: <tenant>
2828
credential:
2929
client-id: <your-application-ID-of-ToDo>
3030
app-id-uri: <your-application-ID-URI-of-ToDo>
3131
```
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+
>
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).
3537

3638
1. Use the following command to rebuild the sample project:
3739

0 commit comments

Comments
 (0)