MannXo opened a new pull request, #71624: URL: https://github.com/apache/airflow/pull/71624
The FAB auth manager's app is mounted at `/auth` and its OAuth callback route is per-provider, so the redirect URI is `/auth/oauth-authorized/<provider>`. The troubleshooting section of the SSO guide still shows the Airflow 2 webserver path, with no `/auth` prefix and no provider segment. Following it registers a redirect URI the provider never calls back, which is the exact mismatch that section is meant to resolve. `webserver-authentication.rst` and `api-authentication.rst` already document the correct path. This brings `sso.rst` in line with them, and notes the Airflow 2 path for anyone who hit this while upgrading. closes: #71569 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
