When using Consumer authorization, is Consumer mapping required?
Consumer mapping is required by default, but you can make Consumer mapping optional and non-authorizing by setting the OpenID Connect plugin’s configuration parameter config.consumer_optional
to true
.
Can I use Consumer mapping with ACL allow/deny lists?
Yes, you can combine the Consumer claim with the authorization group claim to further secure your environment. See the how-to on configuring OIDC with ACL groups for more information.