AuthConfiguration

data class AuthConfiguration(val enabled: Boolean, val keys: List<SigningKeyDescription>, val audiences: List<String>, val issuers: List<String>, val requiredScopes: List<String>)

What a client must present to be admitted. An app acts on enabled and requiredScopes; the rest is published for operator tooling.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, keys: List<SigningKeyDescription>, audiences: List<String>, issuers: List<String>, requiredScopes: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard