Embedded Discovery Service not redirecting to the IDP login page
Nikhil
nikhil.ks at snapwiz.com
Tue Jan 21 10:34:43 EST 2020
I couldn't find any errors in the console logs. Is am missing something in
configuration
you can check and confirm the console logs from your end also by hitting
"https://shibboleth-dev.snapwiz.net/Shibboleth.sso/Login"
this.returnWhiteList = [
"^https:\/\/shibboleth-dev\.snapwiz\.net\/Shibboleth\.sso\/Login.*$" ];
shibboleth2.xml
--------------------
<SSO discoveryProtocol="SAMLDS"
discoveryURL="https://shibboleth-dev.snapwiz.net/shibboleth-ds">
SAML2
</SSO>
<MetadataProvider type="XML"
url="http://metadata.ukfederation.org.uk/ukfederation-metadata.xml"
backingFilePath="/opt/ukfederation-metadata.xml"
reloadInterval="7200">
</MetadataProvider>
shiibboleth-ds.conf
-------------------------
# Basic Apache configuration
<IfModule mod_alias.c>
<Location /shibboleth-ds>
<IfVersion >= 2.4>
Require all granted
</IfVersion>
<IfVersion < 2.4>
Require all granted
</IfVersion>
<IfModule mod_shib.c>
AuthType shibboleth
ShibRequestSetting requireSession false
require shibboleth
</IfModule>
</Location>
--
Sent from: https://shibboleth.1660669.n2.nabble.com/Shibboleth-Developers-f1660781.html
More information about the dev
mailing list