Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This appendix is designed to assist system admins installing Single-Sign-Out (SSO) for Shrine (using Shibboleth).

Developer tools

  • SAML : "SAML DevTools extension" for Chrome

A Decent Book on SAML

Stefan Rasmusson: "SAML 2.0; Designing Secure Identity Federation"





...

Very Basic Overview

IdP (Identity Provider): A web-based system that can authenticate a user on behalf of another system called a SP (for Service Provider).

...

    <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://shrine-sso-node01.catalyst.harvard.edu/Shibboleth.sso/SAML2/POST" index="1"/>
  </md:SPSSODescriptor>
</md:EntityDescriptor>

Running it


Developer tools

  • SAML : "SAML DevTools extension" for Chrome

...