From bc4acd74347a0df01a6d4907d7a3f6ad3476d47d Mon Sep 17 00:00:00 2001 From: Cory Bolar Date: Fri, 24 Feb 2023 07:58:43 -0500 Subject: [PATCH] Add docs entry to endpoints page for /oauth2/static/ path --- docs/docs/features/endpoints.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/features/endpoints.md b/docs/docs/features/endpoints.md index ba3210bb..e3b5f0bb 100644 --- a/docs/docs/features/endpoints.md +++ b/docs/docs/features/endpoints.md @@ -15,6 +15,7 @@ OAuth2 Proxy responds directly to the following endpoints. All other endpoints w - /oauth2/callback - the URL used at the end of the OAuth cycle. The oauth app will be configured with this as the callback url. - /oauth2/userinfo - the URL is used to return user's email from the session in JSON format. - /oauth2/auth - only returns a 202 Accepted response or a 401 Unauthorized response; for use with the [Nginx `auth_request` directive](../configuration/overview.md#configuring-for-use-with-the-nginx-auth_request-directive) +- /oauth2/static/\* - stylesheets and other dependencies used in the sign_in and error pages ### Sign out