Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configuration/inviting-users-to-your-rhacs-instance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include::modules/common-attributes.adoc[]
toc::[]

[role="_abstract"]
By inviting users to {rh-rhacs-first}, you can ensure that the right users have the appropriate access rights within your cluster. You can invite one or more users by assigning roles and defining the authentication provider.
Invite users to {rh-rhacs-first} so that the right users have the appropriate access rights within your cluster. You can invite one or more users by assigning roles and defining the authentication provider.

//Configuring access control and sending invitations
include::modules/configuring-access-control-and-sending-invitations.adoc[leveloffset=+1]
11 changes: 6 additions & 5 deletions modules/configuring-access-control-and-sending-invitations.adoc
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
// Module included in the following assemblies:
//
// * configuration/inviting-users-to-rhacs.adoc
// * configuration/inviting-users-to-your-rhacs-instance.adoc

:_mod-docs-content-type: PROCEDURE
[id="configuring-access-control-and-sending-invitations_{context}"]
= Configuring access control and sending invitations

[role="_abstract"]
By configuring access control in the {product-title-short} portal, you can invite users to your {product-title-short} instance.

.Procedure

. In the {product-title-short} portal, go to the *Platform Configuration -> Access Control -> Auth providers* tab, and then click *Invite users*.

. In the *Invite users* dialog box, provide the following information:
. In the *Invite users* dialog box, enter the following information:
* *Emails to invite*: Enter one or more email addresses of the users you want to invite. Ensure that they are valid email addresses associated with the intended recipients.
* *Provider*: From the drop-down list, select a provider you want to use for each invited user.
+
[IMPORTANT]
====
* If you have only one authentication provider available, it is selected by default.
* If multiple authentication providers are available and at least one of them is `Red{nbsp}Hat SSO` or `Default Internal SSO`, that provider is selected by default.
* If multiple authentication providers are available, but none of them is `Red{nbsp}Hat SSO` or `Default Internal SSO`, you are prompted to select one manually.
* If you have not yet set up an authentication provider, a warning message appears and the form is disabled. Click the link, which takes you to the *Access Control* section to configure an authentication provider.
* If many authentication providers are available and at least one of them is `Red{nbsp}Hat SSO` or `Default Internal SSO`, that provider is selected by default.
* If many authentication providers are available, but none of them is `Red{nbsp}Hat SSO` or `Default Internal SSO`, you are prompted to select one manually.
* If you have not yet set up an authentication provider, a warning message is displayed and the form is disabled. Click the link, which takes you to the *Access Control* section to configure an authentication provider.
====
* *Role*: From the drop-down list, select the role to assign to each invited user.

Expand Down