airflow.providers.keycloak.auth_manager.routes.login¶
Attributes¶
Functions¶
|
Initiate the authentication. |
|
Authenticate the user. |
|
Log out the user from Keycloak. |
|
Complete the log-out. |
|
Refresh the token. |
Module Contents¶
- 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.
- airflow.providers.keycloak.auth_manager.routes.login.logout(request, user)[source]¶
Log out the user from Keycloak.