Liking cljdoc? Tell your friends :D

sarnowski.kerberos.spnego


authenticateclj

(authenticate app
              service-subject
              &
              {:keys [exempt? require? log-exceptions?]
               :or {exempt? (fn [_] false) require? true log-exceptions? true}})

Applies SPNEGO authentication to the Ring handler. If successful, :remote-user and :kerberos-ticket entries are placed into the request map.

Applies SPNEGO authentication to the Ring handler.
If successful, :remote-user and :kerberos-ticket entries are placed into the request map.
raw docstring

authenticate-pedestalclj

(authenticate-pedestal
  context
  service-subject
  &
  {:keys [exempt? require? log-exceptions?]
   :or {exempt? (fn [_] false) require? true log-exceptions? true}})

Applies SPNEGO authentication to the Pedestal context. If successful, :remote-user and :kerberos-ticket entries are placed into the context's :request map.

Applies SPNEGO authentication to the Pedestal context.
If successful, :remote-user and :kerberos-ticket entries are placed into the context's :request map.
raw docstring

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

× close