Boruta.Openid (Boruta core v3.0.0-beta.4)
View SourceOpenid requests entrypoint, provides additional artifacts to OAuth Provided Openid Connect and Openid 4 verifiable credentials specifications
Note: this module follows inverted hexagonal 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
@spec direct_post( conn :: Plug.Conn.t(), direct_post_params :: direct_post_params(), module :: atom() ) :: any()