From 45328b6e6d52a74cc75e243ce9fd43fdc162b1ce Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 6 Nov 2018 14:45:10 -0500 Subject: [PATCH] Update saml.md --- docs/auth/saml.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/docs/auth/saml.md b/docs/auth/saml.md index 2af244acc8..6596750562 100644 --- a/docs/auth/saml.md +++ b/docs/auth/saml.md @@ -68,28 +68,12 @@ Below is another example of a SAML attribute that contains a Team membership in "remove": true, "team_org_map": [ { - "team": "Blue", + "team": "member", "organization": "Default1" }, { - "team": "Blue", + "team": "staff", "organization": "Default2" - }, - { - "team": "Blue", - "organization": "Default3" - }, - { - "team": "Red", - "organization": "Default1" - }, - { - "team": "Green", - "organization": "Default1" - }, - { - "team": "Green", - "organization": "Default3" } ] }