Should be http://www.testshib.org/

Once your SP is installed test it against the IDP 
at... https://samltest.id/start-sp-test/

Or set up a test account with OKTA which has a free IDP account you can 
create. Pretty sure the same is true for Azure, but that was provided to me 
by the client. Once you get over the hump of the details is setting up the 
SP and all the options that go into the shibboleth XML file, we have not 
seen yet an IDP that is not pretty strait forward and we have done 
integrations against Shibboleth, ADFS, Azurre, OKTA and home grown SAML2 
IDPs. 





On Monday, December 31, 2018 at 10:33:36 PM UTC-5, 黄祥 wrote:
>
> cant access http://testshib.org
>
> following https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall 
> *not succeed*
> docker pull debian
> docker run -it debian /bin/bash
>
> apt update
> apt install -y default-jdk curl unzip 
> export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre/
> curl -L -O -C - http://
> shibboleth.net/downloads/identity-provider/latest/shibboleth-identity-provider-3.4.2.zip
> unzip shibboleth-identity-provider-*.zip
> shibboleth-identity-provider-*/bin/install.sh
> java -jar /opt/shibboleth-idp/war/idp.war
>
> no main manifest attribute, in /opt/shibboleth-idp/war/idp.war
>
> following 
> https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPLinuxRPMInstall
> *not succeed*
> docker pull centos
> docker run -it centos /bin/bash
>
> cat << EOF > /etc/yum.repos.d/shibboleth.repo
> [shibboleth]
> name=Shibboleth (CentOS_7)
> # Please report any problems to https://issues.shibboleth.net
> type=rpm-md
> mirrorlist=https://shibboleth.net/cgi-bin/mirrorlist.cgi/CentOS_7
> gpgcheck=1
> gpgkey=https://
> shibboleth.net/downloads/service-provider/RPMS/repomd.xml.key
> enabled=1
> EOF
> yum install -y shibboleth
> /sbin/service shibd start
>
> Redirecting to /bin/systemctl start shibd.service
> Failed to get D-Bus connection: Operation not permitted
>
> best regards,
> stifan
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to