Liking cljdoc? Tell your friends :D

saml20-clj.sp.request


idp-logout-redirect-responseclj

(idp-logout-redirect-response
  {:keys [request-id instant idp-url issuer user-email credential relay-state
          sig-alg session-index name-id-format]
   :or {instant (t/instant) request-id (random-request-id) sig-alg -sig-alg}})
(idp-logout-redirect-response issuer user-email idp-url relay-state)
(idp-logout-redirect-response issuer user-email idp-url relay-state request-id)

Return Ring response for HTTP 302 redirect.

The map arity accepts two optional keys, both echoing back what the IdP sent in its login assertion. Omit either and the request is unchanged from one built without it.

  • :session-index - the SessionIndex, which scopes the request to a single session.
  • :name-id-format - the Format of the NameID. IdPs match a LogoutRequest on the NameID, and some compare its Format literally.
Return Ring response for HTTP 302 redirect.

The map arity accepts two optional keys, both echoing back what the IdP sent in its login
assertion. Omit either and the request is unchanged from one built without it.

- `:session-index`  - the `SessionIndex`, which scopes the request to a single session.
- `:name-id-format` - the `Format` of the `NameID`. IdPs match a LogoutRequest on the NameID,
  and some compare its Format literally.
sourceraw docstring

idp-redirect-responseclj

(idp-redirect-response {:keys [request-id sp-name acs-url idp-url issuer
                               state-manager credential sig-alg relay-state
                               protocol-binding instant]
                        :or {instant (t/instant)
                             request-id (random-request-id)
                             sig-alg -sig-alg
                             protocol-binding :redirect}})

Return Ring response for HTTP 302 redirect.

Return Ring response for HTTP 302 redirect.
sourceraw docstring

logout-redirect-locationclj

(logout-redirect-location & args)

Return only the URI of the logout redirect.

Return only the URI of the logout redirect.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close