> > 1. For example, a Shibboleth_SP, reads the federation metadata and
> > checks if its own metadata entry from the federation metadata exists.
>
> Why does it care?
I have misunderstood how the shibboleth really works with regards to
the federation metadata. I think Ian have clearly explained it above.
Thanks to that.
> > 2. If it does exists, Shibboleth_SP looks for the Shibboleth_IDP entry
> > from the federation metadata. This Shibboleth_IDP parameter came from
> > the "specific page".
>
> I.e. you have a page that links to the Shibboleth SP "start login"
> hander?
We have a resource_page, for example which contains the protected
resources. You won't be able to access them until you login from your
Idp and of course until the Idp sends us the attributes and validate
them.
So this resource_page has a link named Institutional Log-in. Once the
user clicked that, will be redirected to our own CDS/WAYF page. The
user would then choose from the list of federations/idps and submit.
After that, the user will then be redirected to the appropriate Idp
login page which he/she selected from the CDS/WAYF page. If
successfully logged in, will be redirected once again back to the
resource_page but as an authorized user.
Now, this CDS/WAYF page is where I need to display a list of
Federations/Idps (two list boxes respectively). This is the problem -
I cannot load the list for that specific federation.
I am not sure at this point if the problem lies with how I configured
the CDS/WAYF page so it looks like the Shibboleth is "reading" from
the federation metadata or I wonder if sites/sitesList has something
to do with this.
Anyway, this is far from the simpleSAMLphp topic. Just wanted to
clarify things.
Appreciate your help Olav.