-
Notifications
You must be signed in to change notification settings - Fork 9
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
8 changed files
with
112 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
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
41 changes: 41 additions & 0 deletions
41
modules/cloud4/modules/administration/pages/how2-create-api-key.adoc
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,41 @@ | ||
= Organization Management | ||
:experimental: | ||
|
||
As an organization administrator, you have access to organization management features that allow you to configure organization settings. | ||
|
||
== Manage Organization Setting | ||
|
||
.To make organization settings changes: | ||
. Navigate to the btn:[Setting] tag | ||
+ | ||
image::Screenshot 2024-04-18 at 10.23.26 AM.png[width=300] | ||
|
||
. Once clicked, the btn:[Organization Setting] panel will display the btn:[Basic Information] used with each organization. | ||
+ | ||
image::Screenshot 2024-04-18 at 10.22.57 AM.png[] | ||
+ | ||
.Here you will find the basic information to set up a new organization. | ||
* *Organization Name*: The name of your organization within TigerGraph Cloud. | ||
This is a unique identifier for your organization and is used for administrative purposes. | ||
* *Display Name*: The display name is the name that will be shown in the user interface and other user-facing areas. | ||
It can be a more user-friendly or descriptive name compared to the organization name. | ||
+ | ||
[TIP] | ||
==== | ||
The display name helps users easily identify your organization within TigerGraph Cloud. | ||
==== | ||
* *Organization Logo URL*: The URL to the logo image file for your organization. | ||
This logo will be displayed in the TigerGraph Cloud navigation bar and can be used to represent your organization visually. | ||
+ | ||
[TIP] | ||
==== | ||
Providing a logo adds a professional touch and helps users quickly recognize your organization within TigerGraph Cloud. | ||
==== | ||
|
||
== Next Steps | ||
|
||
Next, continue on to learn about xref:security:index.adoc[] or additional xref:cloud4:resources:index.adoc[] in TigerGraph Cloud 4. | ||
|
||
Return to the xref:cloud4:overview:index.adoc[Overview] page for a different topic. | ||
|
||
|
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
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,3 @@ | ||
* xref:index.adoc[] | ||
** xref:rest-api:authentication.adoc[] | ||
** xref:rest-api:deprecations.adoc[] |
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,23 @@ | ||
= IDP integration with SSO | ||
|
||
//// | ||
By default, user management in a TigerGraph Cloud organization happens in the xref:manage-org-users.adoc[] section of the TigerGraph Cloud interface. | ||
|
||
If you have another preferred identity provider (IDP), you can integrate with it instead using SAML 2.0 to handle your user management needs outside of TigerGraph Cloud. | ||
//// | ||
|
||
IDP integration is currently available at the Organization level, so one IDP will handle user management for all clusters in that organization. | ||
Only one IDP can be connected to a single Organization. | ||
|
||
== Process Outline | ||
|
||
. Have IDP enabled on your TigerGraph Cloud Organization account. | ||
. Create an app integration on the IDP side to configure it to link with TigerGraph Cloud. | ||
. Users log in to the TigerGraph Cloud portal using credentials from your IDP. | ||
. Organization Admins assign roles to the users being created in the cloud organization via successful login from the IDP. | ||
|
||
== Setup | ||
|
||
This process is currently done through TigerGraph support. | ||
Please contact [email protected] to reach out to a technical support engineer who will guide you through the process. | ||
|
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,17 @@ | ||
= Password Policy | ||
:experimental: | ||
|
||
TigerGraph Cloud user accounts have their own password requirements separate from the xref:tigergraph-server:security:password-policy.adoc[TigerGraph Server password policy]. | ||
|
||
No empty passwords are permitted. Each password must be at least 12 characters long and include at least one of the following: | ||
|
||
* A special character from the set `!@#$%^&*` | ||
* A lower case character `a-z` | ||
* An upper case character `A-Z` | ||
* A digit `0-9` | ||
[NOTE] | ||
This TigerGraph Cloud password policy cannot be changed by users. | ||
|
||
Organization Admins do not have access to change or reset user passwords in an Organization account. | ||
If you forget your password, click the btn:[Forgot Password?] button during login, or contact [email protected] for assistance. |
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,22 @@ | ||
= Security | ||
:experimental: | ||
|
||
|
||
Here you can learn different security practices and policies in TigerGraph Cloud 4. | ||
|
||
[IMPORTANT] | ||
==== | ||
TigerGraph Cloud 4 beta is for personal or R&D use and not for production use. | ||
Please see xref:cloud4:resources:terms_conditions.adoc[]. | ||
==== | ||
|
||
|
||
== xref:cloud4:security:password-policy.adoc[] | ||
|
||
Learn and understand the password policy in TigerGraph Cloud 4. | ||
|
||
|
||
== xref:cloud4:security:idp.adoc[] | ||
|
||
Learn and understand IDP intergration with SSO password policy in TigerGraph Cloud 4. |