Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
salonig23 committed Jul 31, 2024
1 parent 8fe6882 commit 3ba2d12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/deploy/master-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1753,6 +1753,7 @@ used for :ref:`remote user <remote-users>` management.
groups_attribute_name: "XYZ"
display_name_attribute_name: "XYZ"
always_redirect: true
exclude_groups_scope: false
``enabled``
===========
Expand Down Expand Up @@ -1830,6 +1831,13 @@ sign-in page. This redirection persists unless the user explicitly signs out wit
SSO user attempts to use an expired session token, they are directly redirected to the SSO provider
and returned to the requested page after authentication.

``exclude_groups_scope``
========================

Specifies if the groups scope should be excluded for this OIDC Provider. For most OIDC providers
like Okta, this should be false (or blank) if you'd like to provision group memberships. But for
some providers like Azure, which do not support groups scope, this should be set to false.

**********
``saml``
**********
Expand Down

0 comments on commit 3ba2d12

Please sign in to comment.