zulip/docs
Mateusz Mandera 16829bd84b auth: Fix up AzureAD Oauth2 docs and config.
This commit brings AzureAD config in line with other backends:
- SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET gets fetched in computed_settings.py
  instead of default_settings, consistent with github/gitlab/etc.
- SOCIAL_AUTH_AZUREAD_OAUTH2_KEY gets fetched in default_settings via
  get_secret(..., development_only=True) like other social backends, to
  allow easier set up in dev environment, in the dev-secrets.conf file.
- The secret gets renamed from azure_oauth2_secret to
  social_auth_azuread_oauth2_secret to have a consistent naming scheme with
  other social backends and with the SOCIAL_AUTH_AZUREAD_OAUTH2_KEY
  name. This is backwards-incompatible.

The instructions for setting it up are updated to fit how this is
currently done in AzureAD.
2022-09-06 11:58:08 -07:00
..
_static readthedocs: Add proper backlink to the Zulip homepage. 2021-07-06 10:59:59 -07:00
_templates docs: Follow Sphinx 4 rename of master_doc to root_doc. 2021-08-31 14:24:16 -07:00
contributing docs: Update documentation for secrets related settings. 2022-08-25 14:50:41 -07:00
development docs: Fix typo in gitlab callback url in dev setup instructions. 2022-06-02 12:04:18 -07:00
documentation urls: Simplify process to add URL redirects for documentation pages. 2022-08-31 15:01:29 -07:00
git docs: Update WIP PR convention to GitHub draft PRs. 2022-06-28 13:16:38 -07:00
images docs: Add missing width to Zulip logo. 2021-02-05 09:49:33 -08:00
overview auth: Fix up AzureAD Oauth2 docs and config. 2022-09-06 11:58:08 -07:00
production docs: Reorganize sections and pages about contributing to Zulip. 2022-08-25 11:24:57 -07:00
subsystems docs: Update documentation for secrets related settings. 2022-08-25 14:50:41 -07:00
testing type_debug: Remove type_debug. 2022-08-22 13:19:09 -07:00
translating docs: Capitalize Handlebars consistently. 2022-06-27 13:35:10 -07:00
tutorials actions: Delete zerver.lib.actions. 2022-04-14 17:14:38 -07:00
.gitignore
Makefile Revert "docs: Temporarily disable parallel building." 2022-02-28 16:28:31 -08:00
README.md docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
THIRDPARTY check-thirdparty: License under GPLv2+. 2022-06-26 17:33:11 -07:00
code-of-conduct.md
conf.py docs: Convert .html#fragment links to .md#fragment. 2022-02-28 16:28:31 -08:00
index.md docs: Reorganize sections and pages about contributing to Zulip. 2022-08-25 11:24:57 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30

README.md

Zulip Markdown documentation hosted elsewhere

The Markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.