We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After login with SAML, AWX redirecting to http location.
In metadata i see http location for AssertionConsumerService.
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" cacheDuration="P10D" entityID="https://awx.domain.local"> <md:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <md:KeyDescriptor use="signing"> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:X509Data> <ds:X509Certificate>PUBCERT</ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> </md:KeyDescriptor> <md:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</md:NameIDFormat> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://awx.domain.local/sso/complete/saml/" index="1" /> </md:SPSSODescriptor> <md:Organization> <md:OrganizationName xml:lang="en-US">AWX</md:OrganizationName> <md:OrganizationDisplayName xml:lang="en-US">AWX</md:OrganizationDisplayName> <md:OrganizationURL xml:lang="en-US">https://awx.domain.local</md:OrganizationURL> </md:Organization> <md:ContactPerson contactType="technical"> <md:GivenName>IT</md:GivenName> <md:EmailAddress>[email protected]</md:EmailAddress> </md:ContactPerson> <md:ContactPerson contactType="support"> <md:GivenName>IT</md:GivenName> <md:EmailAddress>[email protected]</md:EmailAddress> </md:ContactPerson> </md:EntityDescriptor>
24.6.1
kubernetes
no
Login SAML with HTTPS
Failed login with HTTP
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Summary
After login with SAML, AWX redirecting to http location.
In metadata i see http location for AssertionConsumerService.
AWX version
24.6.1
Select the relevant components
Installation method
kubernetes
Modifications
no
Steps to reproduce
Expected results
Login SAML with HTTPS
Actual results
Failed login with HTTP
The text was updated successfully, but these errors were encountered: