SAML2 EntityID on HTTP

Hi All,

We have sentry running on https and we are trying to activate SSO with SAML2.0. We have it working with our IDP but we have some issues getting the entityID to be published on HTTPS. When checking the Sentry metadata you can see that all URL’s are HTTP.

We checked our config files but cannot find any setting where we can change this. Does someone know where we could change this?

Part of SAML Metadata:

<md:SPSSODescriptor AuthnRequestsSigned=“false” WantAssertionsSigned=“false” protocolSupportEnumeration=“urn:oasis:names:tc:SAML:2.0:protocol”>

<md:SingleLogoutService Binding=“urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect” Location=“http://sentry.company.com/saml/sls/sentry/”/>

<md:AssertionConsumerService Binding=“urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST” Location=“http://sentry.company.com/saml/acs/sentry/” index=“1”/>

</md:SPSSODescriptor>

</md:EntityDescriptor>

Is there someone that knows what the issue is?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.