You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/22 21:27:36 UTC

[GitHub] [airflow] marcomattolab commented on issue #15386: keycloak with Airflow - logout issue

marcomattolab commented on issue #15386:
URL: https://github.com/apache/airflow/issues/15386#issuecomment-825197168


   Fixed.
   I've modified 'navbar_right.html' forcing logout directly on keycloak to invalidate session with the modified logout url below.
   
   - Original logout URL: http://airflow:8280/logout
   - Modified logout URL: http://keycloak:8080/auth/realms/airflow/protocol/openid-connect/logout?redirect_uri=http://airflow:8280/logout
   
   I don't know if there are more suitable solutions but it works.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org