Skip to main content

Crate wasm_oidc_plugin

Crate wasm_oidc_plugin 

Source

Modulesยง

auth ๐Ÿ”’
This module contains all functions, calls and callbacks to execute the OpenID Authorization Code Flow
config ๐Ÿ”’
This module contains the structs of the PluginConfiguration and OpenIdConfig
discovery ๐Ÿ”’
This module contains the Open ID discovery and JWKs loading logic
error ๐Ÿ”’
This module contains the error types for the plugin
html ๐Ÿ”’
This module contains the HTML templates for the auth page and UI elements.
pause ๐Ÿ”’
This module contains the pause context which is used when the filter is not configured.
responses ๐Ÿ”’
This module contains the responses for the OpenID discovery and jwks endpoints
session ๐Ÿ”’
This module contains logic to parse and save the current authorization state in a cookie

Functionsยง

_initialize