Package io.quarkus.oidc.runtime
Interface OidcTenantConfig.Binding
- All Known Implementing Classes:
OidcTenantConfig.Binding
- Enclosing interface:
- OidcTenantConfig
public static interface OidcTenantConfig.Binding
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf a bearer access token must be bound to the client mTLS certificate.
-
Method Details
-
certificate
@WithDefault("false") boolean certificate()If a bearer access token must be bound to the client mTLS certificate. It requires that JWT tokens must contain a confirmation `cnf` claim with a SHA256 certificate thumbprint matching the client mTLS certificate's SHA256 certificate thumbprint.For opaque tokens, SHA256 certificate thumbprint must be returned in their introspection response.
-