docs: explain advanced OIDC provider controls#3100
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Silent mode disables those chatty PR comments if you prefer peace and quiet |
Greptile SummaryThis PR adds a new "Configure OpenID Connect authorization" subsection to the OAuth 2 login guide, documenting the
Confidence Score: 5/5Pure documentation addition with no code changes; content is technically accurate per the OIDC Core specification. The change introduces only new prose in a Markdoc file. The OIDC prompt values and max_age description align with the OIDC Core spec, the heading hierarchy is correct, and the trailing-newline fix is harmless. Nothing in this diff touches runtime logic. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "docs: explain advanced OIDC provider con..." | Re-trigger Greptile |


What does this PR do?
Documents the OpenID Connect provider prompt and maximum authentication age controls in the OAuth 2 login guide. Clarifies where to configure them, when to use each option, and that they affect the provider authorization request rather than client callback handling.
This is intentionally scoped away from OAuth server / Sign in with your product documentation and the OAuth consent flow updates in #3090.
Test plan
bun run checkgit diff --check