airflow.providers.keycloak.auth_manager.routes.login

Attributes

log

login_router

Functions

login(request)

Initiate the authentication.

login_callback(request)

Authenticate the user.

logout(request, user)

Log out the user from Keycloak.

logout_callback(request)

Complete the log-out.

refresh(request, user)

Refresh the token.

Module Contents

airflow.providers.keycloak.auth_manager.routes.login.log[source]
airflow.providers.keycloak.auth_manager.routes.login.login_router[source]
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.

airflow.providers.keycloak.auth_manager.routes.login.logout_callback(request)[source]

Complete the log-out.

This callback is redirected by Keycloak after the user has been logged out from Keycloak.

airflow.providers.keycloak.auth_manager.routes.login.refresh(request, user)[source]

Refresh the token.

Was this entry helpful?