From fe2178029c932768206887fedf98499f5dc48072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leonard?= Date: Tue, 27 Oct 2020 17:32:28 +0100 Subject: [PATCH] #70 fix port --- admin/admin-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/admin-guide.md b/admin/admin-guide.md index d3eff97..eef4c19 100644 --- a/admin/admin-guide.md +++ b/admin/admin-guide.md @@ -396,7 +396,7 @@ session { name: oauth2 clientId: "client-id" clientSecret: "client-secret" - redirectUri: "http://localhost:9112/api/ssoLogin" + redirectUri: "http://localhost:9000/api/ssoLogin" responseType: code grantType: "authorization_code" authorizationUrl: "https://github.com/login/oauth/authorize"