Subham-KRLX opened a new pull request, #63141: URL: https://github.com/apache/airflow/pull/63141
Fixes a regression where the security iframe ignores the configured `AIRFLOW__API__BASE_URL` (basename), causing valid navigation within the iframe to incorrectly redirect users to the root dashboard. The fix updates [Security.tsx](cci:7://file:///Users/subhamsangwan/airflow/airflow-core/src/airflow/ui/src/pages/Security.tsx:0:0-0:0) to read the `<base>` tag's `href` (the same approach used by [router.tsx](cci:7://file:///Users/subhamsangwan/airflow/airflow-core/src/airflow/ui/src/router.tsx:0:0-0:0)) and safely strips the basename from the iframe's pathname before checking if it starts with `/auth/`. closes: #63111 -- 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]
