-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
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,28 @@ | ||
--- | ||
title: Shared Application | ||
description: Shared application across organizations | ||
keywords: [shared, application] | ||
authors: [DacongDA] | ||
--- | ||
|
||
## Introduction | ||
|
||
If you want to create an application that can be shared with other organizations, you can enable Is Shared field in applicaion(for safety reason, only built-in organization can create shared application). To specified the organiztion, you should add `-org-` and organization name after clientId / application name. For example, the clientId of application is `abcdefg123456`, your organization name is `test`, the clientId for your organization is `abcdefg123456-org-test`. | ||
|
||
## Configuration | ||
|
||
1. First create a new application. | ||
2. Enable Is Shared field. | ||
3. add `-org-` to split organization and clientId / application name. | ||
|
||
![shared application field](/img/application/shared-application/shared_application_field.png) | ||
|
||
:::caution | ||
|
||
Once you shared an application, it can be used by all organizations, and cannot be disabled for a particular organization. | ||
|
||
::: | ||
|
||
Here is a demo video that shows how to use shared application: | ||
|
||
<video src="/img/application/shared-application/shared_application_demo.mp4" controls="controls" width="100%"></video> |
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
Binary file added
BIN
+7.35 MB
static/img/application/shared-application/shared_application_demo.mp4
Binary file not shown.
Binary file added
BIN
+40.4 KB
static/img/application/shared-application/shared_application_field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.