View Source Gamora.Plugs.AuthenticatedUser.IdpAdapter (gamora v0.11.1)

This adapter is in charge to verify and validate the access token provided in the request against the OpenID Connect Provider. It will try to get the access token from headers for json requests, otherwise from cookies.

If the access token is valid, the current user will be assigned to the connection and the request will continue as normal. In the other hand, it will call the access_token_error function in the response handler.

Link to this section Summary

Link to this section Functions