You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,15 +14,15 @@ This document explains how to manage users and accounts in F5 NGINXaaS for Googl
14
14
15
15
Before you start, ensure you understand the following concepts:
16
16
17
-
-**NGINXaaS Account**: An NGINXaaS Account is created when you subscribe to *F5 NGINXaaS for Google Cloud* via the Google Cloud Marketplace, as described in [prerequisites]({{< ref "/nginxaas-google/getting-started/prerequisites.md" >}}). You may create multiple NGINXaaS Accounts by signing up with different GCP billing accounts.
18
-
-**User**: NGINXaaS Users are granted access to all resources in the NGINXaaS Account. User authentication is performed securely via Google Cloud, requiring a matching identity. Individuals can be added as users to multiple NGINXaaS Accounts, and can switch between them using the steps documented below.
19
-
-**Authorized Domains**: The list of domains allowed to authenticate into the NGINXaaS Account using Google authentication.
20
-
- This can be used to restrict access to Google identities within your Google Cloud Organization or Google Workspace, or other known, trusted Workspaces. For example, your Google Cloud Organization may have users created under the `example.com` domain. By setting the Authorized Domains in your NGINXaaS Account to only allow `example.com`, users attempting to log in with the same email associated with `alternative.net` Google Workspace would not be authenticated.
21
-
- By default, an NGINXaaS Account has an empty authorized domains list, which accepts matching users from any Google Workspace.
17
+
-**NGINXaaS Organization**: An NGINXaaS Organization is created when you subscribe to *F5 NGINXaaS for Google Cloud* via the Google Cloud Marketplace, as described in [prerequisites]({{< ref "/nginxaas-google/getting-started/prerequisites.md" >}}). You may create multiple NGINXaaS Organizations by signing up with different GCP billing accounts.
18
+
-**User**: NGINXaaS Users are granted access to all resources in the NGINXaaS Organization. User authentication is performed securely via Google Cloud, requiring a matching identity. Individuals can be added as users to multiple NGINXaaS Organizations, and can switch between them using the steps documented below.
19
+
-**Authorized Domains**: The list of domains allowed to authenticate into the NGINXaaS Organization using Google authentication.
20
+
- This can be used to restrict access to Google identities within your Google Cloud Organization or Google Workspace, or other known, trusted Workspaces. For example, your Google Cloud Organization may have users created under the `example.com` domain. By setting the Authorized Domains in your NGINXaaS Organization to only allow `example.com`, users attempting to log in with the same email associated with `alternative.net` Google Workspace would not be authenticated.
21
+
- By default, an NGINXaaS Organization has an empty authorized domains list, which accepts matching users from any Google Workspace.
22
22
23
23
## Add or edit a user
24
24
25
-
An existing NGINXaaS Account user can add additional users following these steps:
25
+
An existing NGINXaaS Organization user can add additional users following these steps:
26
26
27
27
1. Access the [NGINXaaS Console](https://console.nginxaas.net/).
28
28
1. Log in to the console with your Google credentials.
@@ -32,40 +32,40 @@ An existing NGINXaaS Account user can add additional users following these steps
32
32
33
33
The new user will appear in the list of users on the **Users** page. Their **Google Identity Domain** will remain empty until they log in for the first time.
34
34
35
-
## Modify account settings
35
+
## Modify organization settings
36
36
37
-
As an authenticated user, you may modify the authorized domains and name of an NGINXaaS Account.
37
+
As an authenticated user, you may modify the authorized domains and name of an NGINXaaS Organization.
38
38
39
39
40
40
### Modify Authorized Domains
41
41
42
-
1. Select **Account Details** under the **Settings** section on the left menu.
42
+
1. Select **Organization Details** under the **Settings** section on the left menu.
43
43
1. Select **Edit** in the **Authorized Domains** section.
44
44
1. To add a new authorized domain, select **Add Domain** and enter the new domain.
45
45
1. To remove an existing authorized domain, select the Recycle Bin button next to it.
46
46
1. Select **Update** to save changes.
47
47
48
48
{{< call-out "note" >}}You cannot remove an authorized domain from the list if it matches an existing user's Google Identity Domain. To remove access from that domain you must first delete every NGINXaaS user that is associated with the domain.{{< /call-out >}}
49
49
50
-
### Modify the name of an account
50
+
### Modify the name of an organization
51
51
52
-
1. Select **Account Details** under the **Settings** section on the left menu.
53
-
2. Select **Edit** in the **Account Info** section.
54
-
3. Enter new name in **Account Name** field, then select **Update** to save changes.
52
+
1. Select **Organization Details** under the **Settings** section on the left menu.
53
+
2. Select **Edit** in the **Organization Info** section.
54
+
3. Enter new name in **Organization Name** field, then select **Update** to save changes.
55
55
56
-
## Switch accounts
56
+
## Switch organizations
57
57
58
-
To switch to a different NGINXaaS Account, select the profile symbol in the top right corner and choose **Switch Account**. This opens a page showing the list of all the NGINXaaS Accounts that your Google Identity is linked to; select the account you want to switch to.
58
+
To switch to a different NGINXaaS Organization, select the profile symbol in the top right corner and choose **Switch Organization**. This opens a page showing the list of all the NGINXaaS Organizations that your Google Identity is linked to; select the organization you want to switch to.
59
59
60
60
## Delete a user
61
61
62
62
An authenticated user can delete other users (other than their own user account). Deletion is irreversible; the deleted user will no longer be able to access the NGINXaaS Account.
63
63
64
-
To delete a user in an NGINXaaS Account:
64
+
To delete a user in an NGINXaaS Organization:
65
65
66
-
1. Select **Account Details** under the **Settings** section on the left menu.
66
+
1. Select **Organization Details** under the **Settings** section on the left menu.
67
67
1. Select the ellipsis (three dots) menu next to the user you want to delete.
68
68
1. Select **Delete** in the menu. The deleted user will no longer appear in the **Users** page.
69
69
70
70
## What's next
71
-
[Add certificates using the NGINXaaS Console]({{< ref "/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-console.md" >}})
71
+
[Add certificates using the NGINXaaS Console]({{< ref "/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-console.md" >}})
0 commit comments