awx: fix saml2 urls
This commit is contained in:
parent
57cdaf8599
commit
e3ac8cebb1
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
attr_last_name: "surname"
|
||||
attr_user_permanent_id: "name_id"
|
||||
attr_username: "name_id"
|
||||
entity_id: "https://id.fedoraproject.org/idp/saml2/metadata"
|
||||
url: "https://id.fedoraproject.org/idp/saml2/SSO/Redirect"
|
||||
entity_id: "https://id.fedoraproject.org/saml2/metadata"
|
||||
url: "https://id.fedoraproject.org/saml2/SSO/Redirect"
|
||||
SOCIAL_AUTH_SAML_SECURITY_CONFIG:
|
||||
authnRequestsSigned: true
|
||||
SOCIAL_AUTH_SAML_USER_FLAGS_BY_ATTR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue