Skip to content

Commit 36fcde6

Browse files
committed
update tenant description for multitenant
1 parent ee4cdd6 commit 36fcde6

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
@@ -24,14 +24,15 @@ 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+
> 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.
3536

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

0 commit comments

Comments
 (0)