(build-default-assertion validity-window-end
{:keys [user email given-name family-name
common-name]})
(generator opts)
(generator assertion-builder
{:keys [validity-window-end private-key-path private-key-password
alg]})
(jwk-validate jwks assertion)
Validates a JWT assertion against a set of JWKs (JSON web keys). JSON web keys are intended to be retrieved from an identity provider endpoint, so they may change without our knowledge. For this reason, we're not going to attempt to memoize the parsed keys like we do for keys stored on the filesystem.
Validates a JWT assertion against a set of JWKs (JSON web keys). JSON web keys are intended to be retrieved from an identity provider endpoint, so they may change without our knowledge. For this reason, we're not going to attempt to memoize the parsed keys like we do for keys stored on the filesystem.
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 |