pierrejeambrun commented on issue #49495:
URL: https://github.com/apache/airflow/issues/49495#issuecomment-3027915190

   > Sorry if my question is naive, but delivering it in the Response Body or 
in some dedicated header is not an option?
   
   This is the natural flow for implementing the JWT flow, but unfortunately 
the `login` form is pluggable, coming from AuthManagers implementation. Those 
are outside the Airflow3 core UI. Therefore once we're done with the login form 
and successfully logged in, we need a way to go back to the core UI. (therefore 
redirection + token in the URL or cookie to pass along the token to the main UI)


-- 
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]

Reply via email to