summaryrefslogtreecommitdiff
path: root/app/controllers/metadata_controller.rb
AgeCommit message (Collapse)Author
2017-11-24remove dead code.mo
2017-11-24reduce all actions down to the registrations controller.mo
2017-11-20specify content type for metadata.mo
Entities MAY publish their metadata documents at a well known location by placing the document at the location denoted by its unique identifier, which MUST be in the form of a URL (rather than a URN). See Section 8.3.6 of [SAMLCore] for more information about such identifiers. It is STRONGLY RECOMMENDED that https URLs be used for this purpose. An indirection mechanism supported by the URL scheme (such as an HTTP 1.1 302 redirect) MAY be used if the document is not placed directly at the location. If the publishing protocol permits MIME-based identification of content types, the content type of the metadata instance MUST be application/samlmetadata+xml. https://docs.oasis-open.org/security/saml/v2.0/saml-metadata-2.0-os.pdf
2017-11-19use binding to serialize/deserializemo
2017-11-12allow idp to build login and logout requests.mo
2017-11-10cache metadata.mo
2017-11-10remove signature from metadata.mo
2017-11-05register SP metadata.mo
2017-11-01update sample app to allow login.mo
2017-10-25add service provider metadata.mo