Which "built in SSO module" are you referring to?
Looks like it's using the old, deprecated API.
> Caused by: Exception: Could not find any default metadata entities in
> set [saml20-sp-hosted] for host [wayf.mysite.dk : wayf.mysite.dk/
> simplesaml]
saml20-sp-hosted.php is not used anymore, as you've seen, by following
the docs which have no mention of this.
-peter
I thought you were referring to some application software.
So you're making up that URL yourself? How about following
http://simplesamlphp.org/docs/1.7/simplesamlphp-sp#section_6
instead?
(I don't know the syntax for manual session initiation.)
-peter
You shouldn't use that link. Instead, use the URL:
https://wayf.mysite.dk/core/as_login.php?AuthId=default-sp&ReturnTo=<return URL>
> #this works fine… i get to way.dk, can log in with the test user, and
> now i just want to return to my simplesamlphp server and initiate a
> session/log the user in before i go any further:
>
> my acs link is:
> https://wayf.mysite.dk/simplesaml/module.php/saml/sp/saml2-acs.php
This is wrong. It should have the authentication source ID afterwards,
e.g.:
https://wayf.mysite.dk/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp
> Again, it looks to me like some config error?? my idp is in the
> authsources.php file, but the "id false" thing confuses me quite a
> bit :-S
We should probably change the code to produce a «404 Not Found» or
«400 Bad Request» error instead.
Regards,
Olav Morken
UNINETT / Feide