Liking cljdoc? Tell your friends :D

Clojars Project

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


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? These fine people already did:
paul.rutledge & Paul Rutledge
Edit on GitHub

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

× close