mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
docs: scim group mapping and scim/org improvements
This commit is contained in:
@@ -16,8 +16,10 @@ as well as create a new project.
|
|||||||
|
|
||||||
The **Settings** page lets you manage information about your organization including:
|
The **Settings** page lets you manage information about your organization including:
|
||||||
|
|
||||||
- Name: The name of your organization.
|
- **Name**: The name of your organization.
|
||||||
- Incident contacts: Emails that should be alerted if anything abnormal is detected within the organization.
|
- **Slug**: The slug of your organization.
|
||||||
|
- **Default Organization Member Role**: The role assigned to users when joining your organization unless otherwise specified.
|
||||||
|
- **Incident Contacts**: Emails that should be alerted if anything abnormal is detected within the organization.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -28,6 +28,13 @@ Prerequisites:
|
|||||||
|
|
||||||

|

|
||||||
</Step>
|
</Step>
|
||||||
|
<Step title="Add Users and Groups in Azure">
|
||||||
|
In Azure, navigate to Enterprise Application > Users and Groups. Add any users and/or groups to your application that you would like
|
||||||
|
to be provisioned over to Infisical.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</Step>
|
||||||
<Step title="Configure SCIM in Azure">
|
<Step title="Configure SCIM in Azure">
|
||||||
In Azure, head to your Enterprise Application > Provisioning > Overview and press **Get started**.
|
In Azure, head to your Enterprise Application > Provisioning > Overview and press **Get started**.
|
||||||
|
|
||||||
|
|||||||
26
docs/documentation/platform/scim/group-mappings.mdx
Normal file
26
docs/documentation/platform/scim/group-mappings.mdx
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
title: "SCIM Group Mappings"
|
||||||
|
description: "Learn how to enhance your SCIM implementation using group mappings"
|
||||||
|
---
|
||||||
|
|
||||||
|
<Info>
|
||||||
|
SCIM provisioning, and by extension group mapping, is a paid feature.
|
||||||
|
|
||||||
|
If you're using Infisical Cloud, then it is available under the **Enterprise Tier**. If you're self-hosting Infisical,
|
||||||
|
then you should contact sales@infisical.com to purchase an enterprise license to use it.
|
||||||
|
</Info>
|
||||||
|
|
||||||
|
## SCIM Group to Organization Role Mapping
|
||||||
|
|
||||||
|
By default, when users are provisioned via SCIM, they will be assigned the default organization role configured in [Organization General Settings](/documentation/platform/organization#settings).
|
||||||
|
|
||||||
|
For more precise control over membership roles, you can set up SCIM Group to Organization Role Mappings. This enables you to assign specific roles based on the group from which a user is provisioned.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
To configure a mapping, simply enter the SCIM group's name and select the role you would like users to be assigned. Be sure
|
||||||
|
to tap **Update Mappings** once complete.
|
||||||
|
|
||||||
|
<Note>
|
||||||
|
SCIM Group Mappings only apply when users are first provisioned. Previously provisioned users will not be affected, allowing you to customize user roles after they are added.
|
||||||
|
</Note>
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 985 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 523 KiB |
BIN
docs/images/platform/scim/scim-group-mapping.png
Normal file
BIN
docs/images/platform/scim/scim-group-mapping.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
@@ -249,7 +249,8 @@
|
|||||||
"documentation/platform/scim/overview",
|
"documentation/platform/scim/overview",
|
||||||
"documentation/platform/scim/okta",
|
"documentation/platform/scim/okta",
|
||||||
"documentation/platform/scim/azure",
|
"documentation/platform/scim/azure",
|
||||||
"documentation/platform/scim/jumpcloud"
|
"documentation/platform/scim/jumpcloud",
|
||||||
|
"documentation/platform/scim/group-mappings"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user