From 8d7dd9d058934dc0e75d4ad9452b26dc189f98d6 Mon Sep 17 00:00:00 2001 From: Rahammetoela Toekiman Date: Mon, 1 Sep 2025 14:15:57 -0300 Subject: [PATCH] rewrite engine is required for oauth2 without the rewrite engine in apache or rewrite rules in nginx, the redirect url will return a 404 --- Guides/OAuth2 Guide.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Guides/OAuth2 Guide.rst b/Guides/OAuth2 Guide.rst index db906ed..609e9f9 100644 --- a/Guides/OAuth2 Guide.rst +++ b/Guides/OAuth2 Guide.rst @@ -4,6 +4,8 @@ OAuth2 Guide ============ +.. attention:: + if https://localhost/api/auth/oauth2 returns error 404, makes sure you have the rewrite engine turned on in your webserver Authentication --------------