(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.
(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.
(logout-redirect-location & args)Return only the URI of the logout redirect.
Return only the URI of the logout redirect.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |