add AuthCallbackURL

This commit is contained in:
mlsmaycon
2026-02-09 01:18:49 +01:00
parent cf9fd5d960
commit 7c996ac9b5
3 changed files with 6 additions and 9 deletions

View File

@@ -119,6 +119,8 @@ type HttpServerConfig struct {
IdpSignKeyRefreshEnabled bool
// Extra audience
ExtraAuthAudience string
// AuthCallbackDomain contains the callback domain
AuthCallbackURL string
}
// Host represents a Netbird host (e.g. STUN, TURN, Signal)