Getting list of all configured IDPs from Shibboleth SP
Tom Scavo
trscavo at gmail.com
Fri Feb 3 14:12:05 GMT 2012
On Fri, Feb 3, 2012 at 8:42 AM, Eugene Dvorkin
<Eugene.Dvorkin at artstor.org> wrote:
> I am building a simple management interface and need to get list of all
> configured IDPs like EntityID, DisplayName et.c. as JSON list of objects.
> SP has metadata from InCommon as well as several locally configured IDPs.
> What would be the best approach to this task?
InCommon Operations produces such a JSON metadata file daily:
https://incommon.org/federation/metadata/all-IdPs.json
The schema of this file is attached to this message.
We use this file (and others like it) in numerous web applications
hosted in the incommon.org domain. The JSON is retrieved over HTTPS
using simple AJAX calls.
The problem of course is how to leverage this data in cross-domain
fashion. We are considering our options (such as JSONP) but we're not
quite there yet. In the mean time, I'd be interested in hearing your
requirements.
Thanks,
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: all-IdPs-schema.json
Type: application/json
Size: 780 bytes
Desc: not available
Url : http://shibboleth.net/pipermail/users/attachments/20120203/f080eb42/attachment.bin
More information about the users
mailing list