vincbeck commented on issue #49495: URL: https://github.com/apache/airflow/issues/49495#issuecomment-3027987043
Unfortunately I do not quite see another solution :/ Other possible solutions: - For auth manager to set the token in local storage directly. This is bad because many auth manager do not have front-end, so setting the token in local storage is unfeasible - Implementing a one-time code exchange. Auth manager returns a code via the URL. Airflow then exchange this code for a JWT token. The code can only be used once and has a short lifespan. This is something that needs to be implemented in Airflow, adding complexity etc. I dont think we should do that -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
