Liking cljdoc? Tell your friends :D

saml-service-provider.utils


DEFAULT_SETTINGSclj

source

disable-csrf-for-endpoints!clj

(disable-csrf-for-endpoints! endpoints)

Monkey patches ring.middleware.anti-forgery if present to exempt requests matching a particular request method and request uri from requiring a valid csrf token.

Monkey patches ring.middleware.anti-forgery if present to exempt requests
matching a particular request method and request uri from requiring a valid
csrf token.
sourceraw docstring

get-identityclj

(get-identity request)
source

get-next-urlclj

(get-next-url request)
source

get-relay-stateclj

(get-relay-state request)
source

map->settingsclj

(map->settings m)
source

parse-idp-metadataclj

(parse-idp-metadata url)
source

request->base-urlclj

(request->base-url request)
source

request->param-mapclj

(request->param-map request)
source

request->urlclj

(request->url request)
source

response->mapclj

(response->map auth)
source

ring-request->http-requestclj

(ring-request->http-request request)

Implements a subset of the http servlet request interface to satisfy the requirements of onelogin/java-saml

Implements a subset of the http servlet request interface
to satisfy the requirements of onelogin/java-saml
sourceraw docstring

session-expired?clj

(session-expired? request)
source

settings-for-domainclj

(settings-for-domain {:keys [onelogin-settings endpoints idp-metadata-url]}
                     base-url)
source

shim-asyncclj

(shim-async handler)
source

throw-exceptionclj

(throw-exception msg)
(throw-exception msg data)
source

valid-next-target?clj

(valid-next-target? next)
source

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

× close