mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
Merge pull request #2620 from ansible/chrismeyersfsu-patch-1
Update saml.md Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -68,28 +68,12 @@ Below is another example of a SAML attribute that contains a Team membership in
|
|||||||
"remove": true,
|
"remove": true,
|
||||||
"team_org_map": [
|
"team_org_map": [
|
||||||
{
|
{
|
||||||
"team": "Blue",
|
"team": "member",
|
||||||
"organization": "Default1"
|
"organization": "Default1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"team": "Blue",
|
"team": "staff",
|
||||||
"organization": "Default2"
|
"organization": "Default2"
|
||||||
},
|
|
||||||
{
|
|
||||||
"team": "Blue",
|
|
||||||
"organization": "Default3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"team": "Red",
|
|
||||||
"organization": "Default1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"team": "Green",
|
|
||||||
"organization": "Default1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"team": "Green",
|
|
||||||
"organization": "Default3"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user