Liking cljdoc? Tell your friends :D

Clojars Project

Ring handlers for implementing saml authentication with buddy auth. Delegates to onelogin/java-saml for the actual xml validation and parsing.


Install

[org.clojars.rutledgepaulv/saml-service-provider "0.1.0"]

Usage

Please see the example server.

Default endpoints are:

INITIATE LOGIN: 
 http://localhost:3000/saml/login

ACS CALLBACK: 
 http://localhost:3000/saml/acs

SP METADATA:
 http://localhost:3000/saml/metadata

INITIATE LOGOUT:
 http://localhost:3000/saml/initiate-logout

LOGOUT CALLBACK:
 http://localhost:3000/saml/confirm-logout

Options

Valid options are exactly those offered by onelogin/java-saml.

This library does provide default values for many options.


License

This project is licensed under MIT license.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close