diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c7b4b84..9130660 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,15 +4,8 @@
-
-
-
-
-
-
-
-
-
+
+
@@ -137,7 +130,8 @@
-
+
+
true
diff --git a/pkg/server/well_known_api.go b/pkg/server/well_known_api.go
index 51b4634..8580210 100644
--- a/pkg/server/well_known_api.go
+++ b/pkg/server/well_known_api.go
@@ -21,7 +21,7 @@ func getOidcConfiguration(c *fiber.Ctx) error {
return c.JSON(fiber.Map{
"issuer": basepath,
- "authorization_endpoint": fmt.Sprintf("%s/auth/o/connect", basepath),
+ "authorization_endpoint": fmt.Sprintf("%s/authorize", basepath),
"token_endpoint": fmt.Sprintf("%s/api/auth/token", basepath),
"userinfo_endpoint": fmt.Sprintf("%s/api/users/me", basepath),
"response_types_supported": []string{"code", "token"},