-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Access to multi-tenant app doc
- Loading branch information
Showing
8 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
...spring/azure-spring-boot-starter-active-directory/ACCESS_TO_MULTI_TENANT_APP.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Access to multi-tenant app | ||
|
||
* Do not configure **tenantId** in the **application.properties/.yml** of a multi-tenant app or configure it to "common" to use the login process of multi-tenant access. Otherwise, users of other tenants will not be able to access the protected resources of the app. | ||
|
||
* The administrator's consent is required for the first visit. | ||
|
||
![need-admin-approval](resource/access-to-multi-tenant-app/need-admin-approval.png) | ||
|
||
* Sign in with an administrator account and approve. | ||
* Before accepting, make sure that **"Consent on behalf of your organization"** is checked. | ||
|
||
![permissions-requested](resource/access-to-multi-tenant-app/permissions-requested.png) | ||
|
||
* If you forget to check "Consent on behalf of your organization", there are two ways to revoke your consent. | ||
|
||
* Users revoke access to individual applications by removing them from their [Access Panel Applications list](https://myapps.microsoft.com/). | ||
|
||
![users-revoke-access-1](resource/access-to-multi-tenant-app/users-revoke-access-1.png) | ||
![users-revoke-access-2](resource/access-to-multi-tenant-app/users-revoke-access-2.png) | ||
![users-revoke-access-3](resource/access-to-multi-tenant-app/users-revoke-access-3.png) | ||
|
||
* Administrators revoke access to applications by removing them using the Enterprise applications section of the [Azure portal](https://portal.azure.com/). | ||
|
||
![administrators-revoke-access-1](resource/access-to-multi-tenant-app/administrators-revoke-access-1.png) | ||
![administrators-revoke-access-2](resource/access-to-multi-tenant-app/administrators-revoke-access-2.png) |
Binary file added
BIN
+167 KB
...irectory/resource/access-to-multi-tenant-app/administrators-revoke-access-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+174 KB
...irectory/resource/access-to-multi-tenant-app/administrators-revoke-access-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+472 KB
...er-active-directory/resource/access-to-multi-tenant-app/need-admin-approval.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+489 KB
...-active-directory/resource/access-to-multi-tenant-app/permissions-requested.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.5 KB
...-active-directory/resource/access-to-multi-tenant-app/users-revoke-access-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25.1 KB
...-active-directory/resource/access-to-multi-tenant-app/users-revoke-access-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+59.8 KB
...-active-directory/resource/access-to-multi-tenant-app/users-revoke-access-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.