Auth Configuration
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.