Skip to content

Conversation

@anishgirianish
Copy link
Contributor

@anishgirianish anishgirianish commented Jan 4, 2026


Summary

Adds the missing AUTH_TYPE = AUTH_OAUTH step to the SSO documentation.

PR #59529 clarifies that webserver_config.py is still used, but doesn't explain how to enable OAuth. Users configure OAUTH_PROVIDERS but OAuth never activates because AUTH_TYPE defaults to AUTH_DB.

Changes

  • sso.rst: Added Step 2 explaining AUTH_TYPE = AUTH_OAUTH must be set in webserver_config.py, with note on creating the file if it doesn't exist
  • configuring-flask-app.rst: Fixed typo @app.before_requestq

closes #59475 | Complements #59529


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

Copy link
Contributor

@vincbeck vincbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@vincbeck vincbeck merged commit 80377dd into apache:main Jan 5, 2026
72 checks passed
chirodip98 pushed a commit to chirodip98/airflow-contrib that referenced this pull request Jan 9, 2026
stegololz pushed a commit to stegololz/airflow that referenced this pull request Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Directions for configuring SSO with OAuth are unclear

2 participants