Skip to content

Commit a6e79e6

Browse files
author
Tiago Brenck
committed
fixing grammar
1 parent ee30914 commit a6e79e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

2-WebApp-graph-user/2-3-Multi-Tenant/README-National-Cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ services.AddAuthentication(AzureADDefaults.AuthenticationScheme)
240240

241241
You can read about the various endpoints of the Microsoft Identity Platform [here](https://docs.microsoft.com/azure/active-directory/develop/active-directory-v2-protocols#endpoints).
242242

243-
#### Implications of signing-in guest users on /common endpoint
243+
#### Implications of signing-in guest users on `/common` endpoint
244244

245-
Please note that if you sign-in guest users at the `/common` endpoint, they will be directed to their home tenant for signing-in. So, if your multi-tenant app cares about applying a tenant specific conditional access policies, group assignments or app roles to be applied to the guest users, the app should sign the guest user on the **tenanted endpoint** (https://login.microsoftonline.com/{tenantId}) instead of the `/common` endpoint.
245+
Please note that if you sign-in guest users at the `/common` endpoint, they will be directed to their home tenant for signing-in. So, if your multi-tenant app cares about applying tenant specific conditional access policies, group assignments or app roles to be applied to the guest users, the app should sign-in the guest user on the **tenanted endpoint** (https://login.microsoftonline.com/{tenantId}) instead of the `/common` endpoint.
246246

247247
### Service principal provisioning for new tenants (onboarding process)
248248

2-WebApp-graph-user/2-3-Multi-Tenant/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ services.AddAuthentication(AzureADDefaults.AuthenticationScheme)
216216

217217
You can read about the various endpoints of the Microsoft Identity Platform [here](https://docs.microsoft.com/azure/active-directory/develop/active-directory-v2-protocols#endpoints).
218218

219-
#### Implications of signing-in guest users on /common endpoint
219+
#### Implications of signing-in guest users on `/common` endpoint
220220

221-
Please note that if you sign-in guest users at the `/common` endpoint, they will be directed to their home tenant for signing-in. So, if your multi-tenant app cares about applying a tenant specific conditional access policies, group assignments or app roles to be applied to the guest users, the app should sign the guest user on the **tenanted endpoint** (https://login.microsoftonline.com/{tenantId}) instead of the `/common` endpoint.
221+
Please note that if you sign-in guest users at the `/common` endpoint, they will be directed to their home tenant for signing-in. So, if your multi-tenant app cares about applying tenant specific conditional access policies, group assignments or app roles to be applied to the guest users, the app should sign-in the guest user on the **tenanted endpoint** (https://login.microsoftonline.com/{tenantId}) instead of the `/common` endpoint.
222222

223223
### Service principal provisioning for new tenants (onboarding process)
224224

0 commit comments

Comments
 (0)