Authentication Plugins
Authentication Plugins#
Authentication plugins must inherit the following class and implement authenticate()
:
- class eodag.plugins.authentication.base.Authentication(provider, config)[source]#
Plugins authentication Base plugin
This table lists all the authentication plugins currently available:
GenericAuth authentication plugin |
|
TokenAuth authentication plugin |
|
HTTPHeaderAuth Authentication plugin. |
|
AWS authentication plugin |
|
OAuth authentication plugin |
|
|
Implement the authorization code flow of the OpenIDConnect authorization specification. |
|
Authentication plugin using Keycloak and OpenId Connect |
|
An Authentication plugin using HTTP query string parameters. |