diff --git a/content/en/docs/management_guide/organizations/managing_organizations/managing_organization_settings/managing_security_settings.md b/content/en/docs/management_guide/organizations/managing_organizations/managing_organization_settings/managing_security_settings.md index 5bb98f58..1868e7df 100644 --- a/content/en/docs/management_guide/organizations/managing_organizations/managing_organization_settings/managing_security_settings.md +++ b/content/en/docs/management_guide/organizations/managing_organizations/managing_organization_settings/managing_security_settings.md @@ -6,7 +6,7 @@ date: 2021-08-12 --- Redact personal information and configure password policy rules to add to the default password requirements. -Click **Security** from the Organization - Settings menu to access organization security settings. Then, select the organization from the *Organization* dropdown menu to configure the following settings for the specified organization. +Click **Security & Privacy** from the Organization - Settings menu to access organization security settings. Then, select the organization from the *Organization* dropdown menu to configure the following settings for the specified organization. ![Managing organization settings](/Images/settings_tab_security.png) @@ -14,6 +14,10 @@ Click **Security** from the Organization - Settings menu to access organization Select the option to **Redact Personal Information** to redact email addresses within an organization where the user's email address is displayed, except the *Account* view. The email address on the *Account* view is always redacted, whether the setting is enabled or disabled. By default, the setting is disabled. +## Opt out third-party support services + +Select this option to **Opt Out Third-Party Support Services** to disable third-party support services within the Axway platform once logged into an organization. + ## Configure password settings Administrators have the option to configure additional password settings to add to the default password requirements. @@ -27,4 +31,19 @@ Administrators have the option to configure additional password settings to add * Digits * **Renewal period** - Number of days after which a user must change their password. * **Not Recently Used** - Number of times a unique password is required before a previously used password can be reused. -* **Account Lock Out** - Number of times a user can attempt to sign in with an incorrect password before the account is locked. \ No newline at end of file +* **Account Lock Out** - Number of times a user can attempt to sign in with an incorrect password before the account is locked. + +## Configure access controls + +Administrators have the option to restrict the information that the Developer role can access. By default, individuals assigned to the Developer role has permission to **view all**. For enhanced security, administrators can use the provided dropdown menus to limit the developers' access to specific categories of information based on organizational policies and the specific responsibilities of the Developer role. + +* **Users** - Developers' view of users within the selected organization. + * **Developer role cannot view users** + * **Developer role may view administrators and other users in their teams** +* **Service Accounts** - Developers' view of service accounts within the selected organization. + * **Developer role cannot view service accounts** + * **Developer role may view service accounts in their teams** +* **Environments** - Developers' view of environment details within the selected organization. + * **Developer role cannot view environments** +* **Usage** - Developers' view of the usage of allocated resources for the selected organization. + * **Developer role cannot view usage** diff --git a/static/Images/settings_tab_security.png b/static/Images/settings_tab_security.png index 7224f416..503632f4 100644 Binary files a/static/Images/settings_tab_security.png and b/static/Images/settings_tab_security.png differ