vincbeck opened a new issue, #44848:
URL: https://github.com/apache/airflow/issues/44848

   ### Description
   
   When using the FAB auth manager, when logging in, the user gets redirected 
automatically to the page they were before logging in. This same mechanism 
needs to be implemented in the simple auth manager. This is particularly 
important because this feature is needed to test the authentication and 
authorization flow with simple auth manager in Airflow 3 (more details below).
   
   After logging in successfully with the simple auth manager, the JWT token is 
returned as part of the URL (e.g. `<airflow_endpoint>/home?token=....`). To 
start testing the authorization in Airflow 3, this redirection needs to happen 
to Airflow 3 UI homepage so that the new font-end can handle this token (and 
save it locally).
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscr...@airflow.apache.org.apache.org

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

Reply via email to