Hi all,
I have setup my idp and using testshib to test my idp ,
1. Access https://sp.testshib.org/ with a standard web browser.
2. Input my entityID to text field
Now I receive a error page :
Unknown or Unusable Identity Provider
You've attempted to login using an IdP I've never heard of. I don't know where to send you. You might have made a typo (watch out for https), or you might've forgotten to register with TestShib Two or One first.
If you'd like to see the error, you can look at the last lines of .
Identity provider lookup failed at (https://sp.testshib.org/Shibboleth.sso/TestShib)
EntityID: https://[Remote_IP]/idp/shibboleth/
opensaml::saml2md::MetadataException: Unable to locate metadata for identity provider (https:// [Remote_IP]/idp/shibboleth/)
anyone knows what’s happening !
any tip ?
thanks in advance
stefan
That's not your entityID. Your entityID is
https://140.110.209.191/idp/shibboleth (withot the trailing slash).
The entityId is a name and needs to match *exactly*.
-peter