diff --git a/src/en/community/admin/admin-tooling.md b/src/en/community/admin/admin-tooling.md index 53ad3817f..99821ad6a 100644 --- a/src/en/community/admin/admin-tooling.md +++ b/src/en/community/admin/admin-tooling.md @@ -184,7 +184,7 @@ Use the `list` command to list all available commands, and the `help 'OpenIDConnect', 'data' => [ - 'providerURL' => 'https://central.spacestation14.io/web/', + 'providerURL' => 'https://account.spacestation14.com/', 'clientID' => 'e584f64f-d0f9-4b15-9714-1233bc4c55a4', // Replace with your client ID. 'clientsecret' => 'foobar', // Replace with your client secret. 'scope' => [ 'profile', 'email' ] diff --git a/src/en/server-hosting/setting-up-ss14-admin.md b/src/en/server-hosting/setting-up-ss14-admin.md index a165e09fa..6e6cfd423 100644 --- a/src/en/server-hosting/setting-up-ss14-admin.md +++ b/src/en/server-hosting/setting-up-ss14-admin.md @@ -67,11 +67,11 @@ ForwardProxies: # Your way of authenticating accounts, the docs will set it up with an ss14 account Auth: - Authority: "https://central.spacestation14.io/web/" + Authority: "https://account.spacestation14.com/" ClientId: "9e2ce26f-EDIT-THIS-b4d9-8cc08993b33e" ClientSecret: "foobar" -authServer: "https://central.spacestation14.io/auth" +authServer: "https://auth.spacestation14.com" ``` ```admonish warning @@ -81,7 +81,7 @@ I will STRONGLY recommend you put this behind a reverse proxy if you are not alr ## Authentication config This is a pretty important one, it will be your way of authenticating with the webpanel. Anyone with administrator permissions on your server automaticly gets access to the webpanel. We will use Space Station 14 Accounts for this. -1. Log in into and go to https://central.spacestation14.io/web/Identity/Account/Manage/Developer and click on "New OAuth App" +1. Log in into and go to https://account.spacestation14.com/Identity/Account/Manage/Developer and click on "New OAuth App" 2. Type in an app name, this can be anything 3. For an Callback url should be `PathBase/signin-oidc`. Should look like this `https://YOURDOMAIN.TLD/admin/signin-oidc` 4. Homepage url should be wherever your pathbase is. Like `https://YOURDOMAIN.TLD/admin/`