View Source Boruta.Openid (Boruta core v2.3.3)

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 or Boruta.Openid.JwksApplication and Boruta.Openid.UserinfoApplication

Summary

Functions

Link to this function

register_client(conn, registration_params, module)

View Source