View Source Boruta.Openid (Boruta core v3.0.0-beta.2)
Openid requests entrypoint, provides additional artifacts to OAuth as stated in Openid Connect Core 1.0.
Note: this module follows inverted heaxagonal architecture, its functions will invoke callbacks of the given module argument and return its result.
The definition of those callbacks are provided by either
Boruta.Openid.Application
orBoruta.Openid.JwksApplication
andBoruta.Openid.UserinfoApplication
Summary
Types
Functions
Link to this function
credential(conn, credential_params, default_credential_configuration, module)
View Source@spec direct_post( conn :: Plug.Conn.t(), direct_post_params :: direct_post_params(), module :: atom() ) :: any()