Skip to content

Commit ab0c915

Browse files
committed
Add auth content
1 parent c0467fa commit ab0c915

File tree

7 files changed

+44
-7
lines changed

7 files changed

+44
-7
lines changed

docs/api/organizations-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ApiRoles from '../reuse/api-roles.md';
1111

1212
<img src={useBaseUrl('img/icons/manage.png')} alt="icon" width="50"/>
1313

14-
With the Organizations Management API, you can get the credits usage details of the child organizations. For more information, see [Manage Organizational Settings](/docs/manage/manage-subscription/create-and-manage-orgs/manage-org-settings).
14+
With the Organizations Management API, you can get the credits usage details of the child organizations. For more information, see [Manage Organization Settings](/docs/manage/manage-subscription/create-and-manage-orgs/manage-org-settings).
1515

1616
## Documentation
1717

docs/manage/manage-subscription/create-and-manage-orgs/manage-org-settings.md

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: manage-org-settings
3-
title: Manage Organizational Settings
3+
title: Manage Organization Settings
44
sidebar_label: Manage Org Settings
55
description: An account owner can update org names, define customized subdomain names, delete orgs, and change the account owner.
66
keywords:
@@ -18,7 +18,9 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1818
| Cloud Flex | Professional, Enterprise |
1919
| Cloud Flex Credits | Enterprise Operations, Enterprise Security, Enterprise Suite |
2020

21-
This page has information about the options available to your Sumo Logic account owner on the **Account Overview** tab. The options are at the top of the page under the details icon.
21+
## Change organization settings on the account
22+
23+
This section has information about the options available to your Sumo Logic account owner on the **Account Overview** tab. The options are at the top of the page under the details icon.
2224

2325
For Cloud Flex Credits:
2426

@@ -28,7 +30,7 @@ For Cloud Flex:
2830

2931
<img src={useBaseUrl('img/manage/subscriptions/manage-org-links.png')} alt="Manage Organization links" style={{border: '1px solid gray'}} width="600" />
3032

31-
## Change organization name
33+
### Change organization name
3234

3335
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Account > Account Overview**. <br/> [**New UI**](/docs/get-started/sumo-logic-ui/). In the top menu select **Administration**, and then under **Account** select **Account Overview**. You can also click the **Go To...** menu at the top of the screen and select **Account Overview**.
3436
1. Access the appropriate menu for your [account type](#availability):
@@ -37,7 +39,7 @@ For Cloud Flex:
3739
1. At the prompt, enter a new organization name in the text field.
3840
1. Click **Change Organization Name.** <br/><img src={useBaseUrl('img/manage/subscriptions/Change_Organization_Name_prompt.png')} alt="Change_Organization_Name_prompt.png" style={{border: '1px solid gray'}} width="300"/>
3941

40-
## Change account owner
42+
### Change account owner
4143

4244
:::important
4345
After you make this change, you will not be able to edit the account owner.
@@ -54,7 +56,7 @@ After you make this change, you will not be able to edit the account owner.
5456
If the account owner leaves your organization and you cannot transfer the account ownership, please [submit a support ticket](https://support.sumologic.com/support/s) to transfer the account ownership.
5557
:::
5658

57-
## Delete an organization
59+
### Delete an organization
5860

5961
:::note
6062
You can only delete an organization for Free and Trial accounts.
@@ -65,7 +67,6 @@ You can only delete an organization for Free and Trial accounts.
6567
1. In the prompt dialog, enter **DELETE** in the text field to confirm the action.
6668
1. Click **Delete**. <br/><img src={useBaseUrl('img/manage/subscriptions/Delete_Organization_prompt.png')} alt="Delete_Organization_prompt.png" style={{border: '1px solid gray'}} width="300"/>
6769

68-
6970
## Set up a custom subdomain
7071

7172
This section has instructions for setting up a custom subdomain for the URL you use to access Sumo Logic.
@@ -108,3 +109,39 @@ You must be the account owner of the Sumo Logic account to change the account su
108109
1. Enter a new subdomain name. The name must be between 4 and 63 characters in length at least four characters in length, and can contain lower case letters, numbers, and dashes only. <br/><img src={useBaseUrl('img/manage/subscriptions/change-subdomain-name.png')} style={{border: '1px solid gray'}} alt="change-subdomain-name.png" width="700" />
109110
1. Click **Change Subdomain** Name to update the name.
110111
1. You will be automatically logged out and redirected to the new subdomain login page. 
112+
113+
## SSO for child organizations
114+
115+
When you create a new child organization, a subdomain is automatically created and single sign-on (SSO) is enabled, allowing you to sign in to the child organization without having to provide credentials.
116+
117+
### Enabling or disabling SSO
118+
119+
#### Enable SSO
120+
121+
If a subdomain exists, but SSO is disabled for the child organization, click the **Enable SSO** button:<br/><img src={useBaseUrl('img/manage/subscriptions/enable-sso-button.png')} alt="Enable SSO button" style={{border: '1px solid gray'}} width="250"/>
122+
123+
#### Disable SSO
124+
125+
When a child organization has SSO enabled, the child organization's details display the subdomain URL in the **Subdomain** field, and the **SSO** field says **Enabled**:<br/><img src={useBaseUrl('img/manage/subscriptions/subdomain-and-sso-enabled.png')} alt="SSO enabled for a child organization" style={{border: '1px solid gray'}} width="250"/>
126+
127+
If you want to require administrators to enter credentials to sign in to the child organization, click **Disable SSO** to turn off single sign-on.
128+
129+
#### Create a subdomain
130+
131+
If there is no subdomain defined for a child organization, hovering your mouse over the **Enable SSO** button displays the message **Set up custom subdomain before enabling SSO**:<br/><img src={useBaseUrl('img/manage/subscriptions/no-subdomain-defined.png')} alt="No subdomain defined" style={{border: '1px solid gray'}} width="300"/>
132+
133+
To set up a custom subdomain for the child organization, see [Set up a custom subdomain](#set-up-a-customsubdomain) above. Once you set up the subdomain, the subdomain's URL will appear and the **Enable SSO** button will be clickable.
134+
135+
### Sign in to a child organization automatically
136+
137+
When you open the details of a child organization, a link for the child organization appears under **Basic Details**. When you click the link, you are automatically signed in to the child organization.
138+
139+
<img src={useBaseUrl('img/manage/subscriptions/mssp-sso-enabled.png')} alt="SSO enabled for a child organization" style={{border: '1px solid gray'}} width="300"/>
140+
141+
Automatic sign-in works because when you created the child organization, a [custom subdomain](#set-up-a-customsubdomain) was automatically added, and SSO was enabled by default. Therefore, you are already provisioned as a user in the child organization and can access the organization at any time without needing to log in.
142+
143+
### Sign back in with parent org credentials
144+
145+
As an administrator, if you log out of a child organization that has SSO enabled, the following screen appears. Click the **Login with Parent Org** button to automatically log in using your credentials from the parent organization.
146+
147+
<img src={useBaseUrl('img/manage/subscriptions/mssp-login-with-parent-org.png')} alt="Login with Parent Org button" style={{border: '1px solid gray'}} width="300"/>
25 KB
Loading
61.6 KB
Loading
181 KB
Loading
38.8 KB
Loading
25.1 KB
Loading

0 commit comments

Comments
 (0)