From e3ac8cebb1d50050c79de9ba96b107a93aefceae Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Thu, 27 Jul 2023 22:30:05 +0200 Subject: [PATCH] awx: fix saml2 urls --- roles/awx/controller/tasks/saml2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/awx/controller/tasks/saml2.yml b/roles/awx/controller/tasks/saml2.yml index 8c21c12a65..3a592ae095 100644 --- a/roles/awx/controller/tasks/saml2.yml +++ b/roles/awx/controller/tasks/saml2.yml @@ -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: