Add InvisionCommunity to OAuth Readme

This commit is contained in:
Jordan Dominion
2023-03-19 14:55:41 -04:00
committed by GitHub
parent 6b0daf6d7f
commit 89261487c2
+3 -1
View File
@@ -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