Liking cljdoc? Tell your friends :D

dk.cst.pedestal.sp.auth

Create inline authorisation logic using SAML assertions. The if-permit and only-permit macros can be used from both Clojure and ClojureScript.

For route-level authorisation + ahead-of-time checks from within interceptors, use the permit-request? function from dk.cst.pedestal.sp.interceptors.

Create inline authorisation logic using SAML assertions. The `if-permit` and
`only-permit` macros can be used from both Clojure and ClojureScript.

For route-level authorisation + ahead-of-time checks from within interceptors,
use the `permit-request?` function from `dk.cst.pedestal.sp.interceptors`.
raw docstring

dk.cst.pedestal.sp.conf

Validate and load configurations for Pedestal SP.

Validate and load configurations for Pedestal SP.
raw docstring

dk.cst.pedestal.sp.example

An example SAML Service Provider demoing the functionality of Pedestal SP.

An example SAML Service Provider demoing the functionality of Pedestal SP.
raw docstring

dk.cst.pedestal.sp.interceptors

Standard interceptors for the SAML login flow + a few helper interceptors.

In addition, this namespace also contains interceptors used to create custom SAML-authorized routes. A SAML-authorized route is constructed by appending to the output of the chain function.

By default, the SAML RelayState is assumed to be a redirect URL which has been encoded using the 'safe-encode' function in 'dk.cst.pedestal.sp.auth'.

Route-level authorisation checks can be made using the permit-request? fn from within an interceptor. For inline condition definitions and checks (available in both Clojure/ClojureScript) refer to dk.cst.pedestal.sp.auth.

Standard interceptors for the SAML login flow + a few helper interceptors.

In addition, this namespace also contains interceptors used to create custom
SAML-authorized routes. A SAML-authorized route is constructed by appending to
the output of the `chain` function.

By default, the SAML RelayState is assumed to be a redirect URL which has been
encoded using the 'safe-encode' function in 'dk.cst.pedestal.sp.auth'.

Route-level authorisation checks can be made using the `permit-request?` fn
from within an interceptor. For inline condition definitions and checks
(available in both Clojure/ClojureScript) refer to `dk.cst.pedestal.sp.auth`.
raw docstring

dk.cst.pedestal.sp.routes

Create a fully-functional set of SAML-conscious routes based on a config map.

The routes comprise interceptors from dk.cst.pedestal.sp.interceptors.

Create a fully-functional set of SAML-conscious routes based on a config map.

The routes comprise interceptors from `dk.cst.pedestal.sp.interceptors`.
raw docstring

dk.cst.pedestal.sp.static

Various static definitions.

Various static definitions.
raw docstring

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

× close