This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e666c3
commit 3b9c7bb
Showing
4 changed files
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Managed users | ||
============== | ||
|
||
The managed users feature provides a centralized way of managing all of your organization's users, including editing their profiles, resetting passwords, and :doc:`setting authentication policies </docs/platform/howto/set-authentication-policies>`. | ||
|
||
When you :doc:`verify a domain </docs/platform/howto/manage-domains>`, existing organization users automatically become managed users. New users can be provisioned and managed through your identity provider (IdP). | ||
|
||
A managed user cannot create new organizations unless they are a super admin of the organization that they are managed by. They are also not allowed to edit their user profiles. | ||
|
||
To see a list of all users in your organization go to **Admin** and select **Users**. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
Set authentication policies for managed users | ||
============================================== | ||
Set authentication policies for organization users | ||
=================================================== | ||
|
||
The authentication policy for your organization specifies the ways that users can access your organization on the Aiven platform. | ||
|
||
You can, for example, restrict organization users to using single sign-on through a :doc:`verified domain </docs/platform/howto/manage-domains>`. Alternatively, you can allow them to create a password or use third-party authentication providers like Google, Microsoft, and GitHub. For an added layer of security, you can enforce two-factor authentication for password logins. | ||
|
||
:doc:`Managed users </docs/platform/concepts/managed-users>` cannot log in with disabled authentication methods. Users that are not managed can log in with disabled methods, but they won't have access to the organization if they do. | ||
|
||
Set an authentication policy | ||
------------------------------ | ||
|
||
To set an authentication policy for all users in an organization: | ||
|
||
#. Click **Admin**. | ||
#. In the organization, click **Admin**. | ||
|
||
#. Click **Authentication**. | ||
|
||
#. | ||
#. Click the toggle for each authentication method that you want to allow. | ||
|
||
#. Click **Save changes**. | ||
|
||
|