validate keys for idp's with key rotation mechanism

This commit is contained in:
Bethuel
2023-04-14 12:20:34 +03:00
parent a89808ecae
commit 9f352c1b7e
2 changed files with 53 additions and 2 deletions

View File

@@ -80,6 +80,8 @@ type HttpServerConfig struct {
AuthKeysLocation string
// OIDCConfigEndpoint is the endpoint of an IDP manager to get OIDC configuration
OIDCConfigEndpoint string
// KeyRotationEnabled identifies the signing key is currently being rotated or not
KeyRotationEnabled bool
}
// Host represents a Wiretrustee host (e.g. STUN, TURN, Signal)