View Source Boruta.Openid (Boruta ssi core v0.1.0-beta.1)
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.ApplicationorBoruta.Openid.JwksApplicationandBoruta.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()