airflow.providers.keycloak.auth_manager.routes.login¶
Attributes¶
Exceptions¶
In case it is using a version of Airflow without |
Functions¶
|
Initiate the authentication. |
|
Authenticate the user. |
|
Log out the user from Keycloak. |
|
Complete the log-out. |
Module Contents¶
- exception airflow.providers.keycloak.auth_manager.routes.login.AuthManagerRefreshTokenExpiredException[source]¶
Bases:
ExceptionIn case it is using a version of Airflow without
AuthManagerRefreshTokenExpiredException.
- airflow.providers.keycloak.auth_manager.routes.login.login(request)[source]¶
Initiate the authentication.
- airflow.providers.keycloak.auth_manager.routes.login.login_callback(request)[source]¶
Authenticate the user.