Skip to content

Commit

Permalink
fix(auth domain): assorted peer edits
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Mar 22, 2022
1 parent 5a26aa5 commit b381e1d
Showing 1 changed file with 21 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,6 @@ This doc is for managing users on the [New Relic One user model](/docs/accounts/

To manage their users, New Relic organizations can configure one or more authentication domains, which control how users are added to a New Relic account, how they’re authenticated, and more.

## Requirements [#requirements]

To check if you have access to these features, you can go to the [authentication domain settings UI](#ui) and see if you can configure settings.

Requirements to configure these settings:

* Authentication domains are for managing users on the [New Relic One user model](/docs/accounts/accounts-billing/new-relic-one-pricing-users/users-roles). For users on our original user model, see [Original account management](/docs/accounts/original-accounts-billing).
* Configuring authentication domain settings requires [Pro or Enterprise edition](https://newrelic.com/pricing).
* To edit authentication domain settings, you must:
* Have a [user type](/docs/accounts/accounts-billing/new-relic-one-user-management/user-type) of core user or full platform user
* Be in a group with the [**Authentication domain manager** role](/docs/accounts/accounts-billing/new-relic-one-pricing-users/users-roles#standard-roles)
* SCIM provisioning, also known as automated user management, requires Pro or Enterprise edition. [Learn more about requirements.](/docs/accounts/accounts/automated-user-management/automated-user-provisioning-single-sign)
* SAML SSO requires Pro or Enterprise edition. Our SAML SSO support includes:
* [Active Directory Federation Services (ADFS)](http://technet.microsoft.com/en-us/library/hh831502.aspx)
* [Auth0](https://marketplace.auth0.com/integrations/new-relic-sso)
* [Azure AD (Microsoft Azure Active Directory)](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/new-relic-limited-release-tutorial)
* [Okta](http://www.okta.com/newrelic)
* [OneLogin](http://www.onelogin.com/partners/app-partners/new-relic/)
* [Ping Identity](https://www.pingidentity.com/en.html)
* [Salesforce](http://wiki.developerforce.com/page/Configuring-SAML-SSO-to-NewRelic)
* Generic support for SSO systems that use SAML 2.0

## What is an authentication domain? [#auth-domain-definition]

An "authentication domain" is a grouping of New Relic users governed by the same user management settings, like [how they're provisioned](#source-users) (added and updated), [how they're authenticated](#authentication) (logged in), [session settings](#session-mgmt), and [how user upgrades are managed](#session-mgmt).
Expand All @@ -53,6 +31,27 @@ When you add users to New Relic, they’re added to a specific authentication do

<Video id="Z00-KzGh2XY" type="youtube" />

## Requirements [#requirements]

Authentication domains are for managing users on the [New Relic One user model](/docs/accounts/accounts-billing/new-relic-one-pricing-users/users-roles). If your users are on our original user model, see [Original accounts](/docs/accounts/original-accounts-billing/original-users-roles/original-account-structure).

Requirements to manage authentication domains:

* Your organization must be either [Pro or Enterprise edition](https://newrelic.com/pricing) to have editable authentication domains.
* To view or edit authentication domains, a user must:
* Have a [user type](/docs/accounts/accounts-billing/new-relic-one-user-management/user-type) of core user or full platform user.
* Be in a group with the [**Authentication domain manager** role](/docs/accounts/accounts-billing/new-relic-one-pricing-users/users-roles#standard-roles).
* SCIM provisioning, also known as automated user management, requires Pro or Enterprise edition. [Learn more about requirements.](/docs/accounts/accounts/automated-user-management/automated-user-provisioning-single-sign)
* SAML SSO requires Pro or Enterprise edition. Our SAML SSO support includes:
* [Active Directory Federation Services (ADFS)](http://technet.microsoft.com/en-us/library/hh831502.aspx)
* [Auth0](https://marketplace.auth0.com/integrations/new-relic-sso)
* [Azure AD (Microsoft Azure Active Directory)](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/new-relic-limited-release-tutorial)
* [Okta](http://www.okta.com/newrelic)
* [OneLogin](http://www.onelogin.com/partners/app-partners/new-relic/)
* [Ping Identity](https://www.pingidentity.com/en.html)
* [Salesforce](http://wiki.developerforce.com/page/Configuring-SAML-SSO-to-NewRelic)
* Generic support for SSO systems that use SAML 2.0

## Create and configure an authentication domain [#ui]

If you meet the [requirements](#requirements), you can add and manage authentication domains.
Expand Down

0 comments on commit b381e1d

Please sign in to comment.