AttachedClusterOidcConfig

data class AttachedClusterOidcConfig(val issuerUrl: String, val jwks: String? = null)

Constructors

Link copied to clipboard
constructor(issuerUrl: String, jwks: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A JSON Web Token (JWT) issuer URI. issuer must start with https://

Link copied to clipboard
val jwks: String? = null

OIDC verification keys in JWKS format (RFC 7517).