Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 11, 2024
1 parent 0c40c13 commit f2c3869
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/admin/sso/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ the groups in the LDAP Provider - rather than using the team's id. However, a te
by a team owner. Doing so will break the link between the group and the team membership - so should only
be done with care.

If group naming policy doesn't allow this exact format, a prefix and suffix can be applied and the length
of these additions can be added to the SSO configuration so they can be removed. e.g. with a prefix and
suffix length of 5 the following group name will work:

- `test_ff-development-owner_test`

## Managing Admin users

The SSO Configuration can be configured to manage the admin users of the platform by enabling the
Expand Down
6 changes: 6 additions & 0 deletions docs/admin/sso/saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ the groups in the SAML Provider - rather than using the team's id. However, a te
by a team owner. Doing so will break the link between the group and the team membership - so should only
be done with care.

If group naming policy doesn't allow this exact format, a prefix and suffix can be applied and the length
of these additions can be added to the SSO configuration so they can be removed. e.g. with a prefix and
suffix length of 5 the following group name will work:

- `test_ff-development-owner_test`

## Managing Admin users

The SSO Configuration can be configured to managed the admin users of the platform by enabling the
Expand Down

0 comments on commit f2c3869

Please sign in to comment.