Skip to content

tgstation-server REST API v10.13.0

Choose a tag to compare

@tgstation-server-ci tgstation-server-ci released this 16 Mar 03:07
11e19c2

Full changelog can be found here.

  • Added oidcProviderInfos to server information model. These list a friendlyName, user definable themeColour, and user definable themeIconUrl for indicating how to display OIDC providers. The schemeKey property is how authentication is performed. Send users to /oidc/{schemeKey}/signin to start the OIDC flow. Users will be returned to a configured endpoint (/app by default) with the query parameter state set to oidc.{schemeKey} and either a code indicating a TGS bearer token to use or a user readable error. (#2144 @Cyberboss)
  • Added oidcConnections to users, similar to oAuthConnections with the only difference being that the provider is replaced with a schemeKey string. Modifiable with the same right. (#2144 @Cyberboss)