Ring handlers for implementing saml authentication. Delegates to onelogin/java-saml for the actual xml validation and parsing.
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
Valid options are exactly those offered by onelogin/java-saml.
This library does provide default values for many options.
This project is licensed under MIT license.
Can you improve this documentation? These fine people already did:
paul.rutledge & Paul RutledgeEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close