add AuthClientID

This commit is contained in:
mlsmaycon
2026-02-08 19:41:52 +01:00
parent 1c5ab7cb8f
commit cf9fd5d960
2 changed files with 3 additions and 1 deletions

View File

@@ -100,6 +100,8 @@ type HttpServerConfig struct {
CertFile string
// CertKey is the location of the certificate private key
CertKey string
// AuthClientID is the client id used for proxy SSO auth
AuthClientID string
// AuthAudience identifies the recipients that the JWT is intended for (aud in JWT)
AuthAudience string
// CLIAuthAudience identifies the client app recipients that the JWT is intended for (aud in JWT)