diff options
author | Chris Meyers <chrismeyersfsu@users.noreply.github.com> | 2018-02-01 17:05:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-01 17:05:08 +0100 |
commit | a47b403f8daa3bd9489df91bf519d2d1855c438c (patch) | |
tree | 975678628e611112bae4c530a408449047504ae7 /docs/auth | |
parent | Merge pull request #1095 from ryanpetrello/schedule-related-proj-inv (diff) | |
download | awx-a47b403f8daa3bd9489df91bf519d2d1855c438c.tar.xz awx-a47b403f8daa3bd9489df91bf519d2d1855c438c.zip |
Update saml.md
Diffstat (limited to 'docs/auth')
-rw-r--r-- | docs/auth/saml.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/auth/saml.md b/docs/auth/saml.md index 58e765ce20..ed70cc16aa 100644 --- a/docs/auth/saml.md +++ b/docs/auth/saml.md @@ -80,6 +80,8 @@ Below is another example of a SAML attribute that contains a Team membership in } ``` **saml_attr:** The saml attribute name where the team array can be found. + **remove:** True to remove user from all Teams before adding the user to the list of Teams. False to keep the user in whatever Team(s) they are in while adding the user to the Team(s) in the SAML attribute. + **team_org_map:** An array of dictionaries of the form `{ "team": "<AWX Team Name>", "organization": "<AWX Org Name>" }` that defines mapping from AWX Team -> AWX Organization. This is needed because the same named Team can exist in multiple Organizations in Tower. The organization to which a team listed in a SAML attribute belongs to would be ambiguous without this mapping. |