Copy the Javascript files (idpselect_config.js and idpselectjs, and the CSS (idpselect.css) files in to the location from where your web server is serving static content.
The string "idpselectjs" should be "idpselect.js".
B. On the "3. Configuration" page it says
Edit the SSO tag (see NativeSPServiceSSO for details), removing the elementID attribute and adding a discoveryProtocol of "SAMLDS" and setting the discoveryURL attribute to the URL of the web page that will contain the EDS.
The string "elementID" should be " entityID".
Environment
None
Activity
Rod Widdowson
October 29, 2018 at 2:29 PM
Thanks @Adam Lewenberg
I've made the changes for this rev.
Adam Lewenberg
October 29, 2018 at 2:19 PM
If I notice any obvious changes in the future, I will do as you suggest and make the changes myself.
Rod Widdowson
October 29, 2018 at 8:41 AM
Thanks.
You should be aware that if you can log into JIRA you can log into the Wiki and make changes. We review the changesso you'll not break anything
A. On the "2. Installation" page (https://wiki.shibboleth.net/confluence/display/EDS10/2.+Installation) it says
Copy the Javascript files (
idpselect_config.js
andidpselectjs
, and the CSS (idpselect.css
) files in to the location from where your web server is serving static content.The string "
idpselectjs"
should be "idpselect.js".
B. On the "3. Configuration" page it says
Edit the
SSO
tag (see NativeSPServiceSSO for details), removing theelementID
attribute and adding adiscoveryProtocol
of"SAMLDS"
and setting thediscoveryURL
attribute to the URL of the web page that will contain the EDS.The string
"elementID
" should be "entityID
".