tgstation-server 6.16.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
OAuthProvider.cs
Go to the documentation of this file.
1using System;
2
3using Newtonsoft.Json;
4using Newtonsoft.Json.Converters;
5
7{
11 [JsonConverter(typeof(StringEnumConverter))]
12 public enum OAuthProvider
13 {
17 GitHub,
18
22 Discord,
23
27 [Obsolete("tgstation13.org no longer has a custom OAuth solution. This option will be removed in a future TGS version.")]
29
33 [Obsolete("This should now be implemented as an OIDC provider. This option will be removed in a future TGS version.")]
35
40 }
41}
OAuthProvider
List of OAuth2.0 providers supported by TGS that do not support OIDC.
@ InvisionCommunity
https://invisioncommunity.com.
@ TGForums
Pre-hostening https://tgstation13.org. No longer supported.
@ Keycloak
https://www.keycloak.org.