Doc: Add docs for direct mapping of None role for SAML (#76551)

* add: direct mapping of None role for SAML

* Fix docs formatting

* fix spelling

---------

Co-authored-by: Vardan Torosyan <vardants@gmail.com>
This commit is contained in:
Eric Leijonmarck
2023-10-13 16:01:55 +01:00
committed by GitHub
parent ed4c9bb487
commit 7794697660
5 changed files with 10 additions and 3 deletions

View File

@@ -316,6 +316,10 @@ List of comma- or space-separated organizations. Each user must be a member of a
List of comma- or space-separated Organization:OrgId:Role mappings. Organization can be `*` meaning "All users". Role is optional and can have the following values: `Admin`, `Editor` ,`Viewer` or `None`.
### role_values_none
List of comma- or space-separated roles that will be mapped to the None role.
### role_values_editor
List of comma- or space-separated roles that will be mapped to the Editor role.