API Reference ueberauth_amco v0.5.0

modules

Modules

Provides an Ueberauth strategy for authenticating with Amco.

OAuth2 for Amco. Add :client_id and :client_secret to your configuration

This plug uses different adapters to validate the access token provider in the request. IdpAdapter will do that against the Identity Provider server. In test env you may want to use the MockAdapter to avoid making request to the IdP server while the tests are running.

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.

This adapter just returns the connection. The purpose of this module is to be used in test environment to avoid making request to the identity provider to authenticate users.

Documentation for UeberauthAmco.