CPub.Web.Authentication.Strategy.OIDC (CPub v0.3.0) View Source

Meta strategy for Ueberauth.Strategy.OIDC that allows dynamic client configuration.

This invokes OIDC.Provider strategies for individual sites (providers in OIDC lingo).

Link to this section Summary

Link to this section Functions

Callback implementation for Ueberauth.Strategy.credentials/1.

Callback implementation for Ueberauth.Strategy.extra/1.

Specs

handle_callback!(Plug.Conn.t()) :: Plug.Conn.t()

Callback implementation for Ueberauth.Strategy.handle_callback!/1.

Callback implementation for Ueberauth.Strategy.handle_cleanup!/1.

Specs

handle_request!(Plug.Conn.t()) :: Plug.Conn.t()

Callback implementation for Ueberauth.Strategy.handle_request!/1.

Callback implementation for Ueberauth.Strategy.info/1.

Callback implementation for Ueberauth.Strategy.uid/1.