aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Models/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Models/Constants.cs')
-rw-r--r--src/server/Models/Constants.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/Models/Constants.cs b/src/server/Models/Constants.cs
index 3afaaad..04e8a2b 100644
--- a/src/server/Models/Constants.cs
+++ b/src/server/Models/Constants.cs
@@ -11,13 +11,13 @@ namespace Dough.Models
};
public static readonly string[] BrowserAppLoginRedirectUrls =
{
- "http://localhost:8080/signin-oidc",
- "http://localhost:3000/signin-oidc",
+ "http://localhost:8080/oidc-callback",
+ "http://localhost:3000/oidc-callback",
};
public static readonly string[] BrowserAppLogoutRedirectUrls =
{
- "http://localhost:8080/signout-callback-oidc",
- "http://localhost:3000/signout-callback-oidc",
+ "http://localhost:8080",
+ "http://localhost:3000",
};
}