mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Add InvisionCommunity to OAuth Readme
This commit is contained in:
@@ -164,7 +164,7 @@ Create an `appsettings.Production.yml` file next to `appsettings.yml`. This will
|
||||
|
||||
- `Swarm:Identifier` should be set uniquely on all swarmed servers. Used to identify the current server. This is also used to select which instances exist on the current machine and should not be changed post-setup.
|
||||
|
||||
- `Security:OAuth:<Provider Name>`: Sets the OAuth client ID and secret for a given `<Provider Name>`. The currently supported providers are `Keycloak`, `GitHub`, `Discord`, and `TGForums`. Setting these fields to `null` disables logins with the provider, but does not stop users from associating their accounts using the API. Sample Entry:
|
||||
- `Security:OAuth:<Provider Name>`: Sets the OAuth client ID and secret for a given `<Provider Name>`. The currently supported providers are `Keycloak`, `GitHub`, `Discord`, `InvisionCommunity` and `TGForums`. Setting these fields to `null` disables logins with the provider, but does not stop users from associating their accounts using the API. Sample Entry:
|
||||
```yml
|
||||
Security:
|
||||
OAuth:
|
||||
@@ -179,10 +179,12 @@ The following providers use the `RedirectUrl` setting:
|
||||
- GitHub
|
||||
- TGForums
|
||||
- Keycloak
|
||||
- InvisionCommunity
|
||||
|
||||
The following providers use the `ServerUrl` setting:
|
||||
|
||||
- Keycloak
|
||||
- InvisionCommunity
|
||||
|
||||
### Database Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user