Class OidcTenantConfig.Binding

java.lang.Object
io.quarkus.oidc.OidcTenantConfig.Binding
All Implemented Interfaces:
OidcTenantConfig.Binding
Enclosing class:
OidcTenantConfig

@Deprecated(since="3.18") public static class OidcTenantConfig.Binding extends Object implements OidcTenantConfig.Binding
Deprecated.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Deprecated.
    If a bearer access token must be bound to the client mTLS certificate.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    If a bearer access token must be bound to the client mTLS certificate.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • certificate

      public boolean certificate
      Deprecated.
      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.

  • Constructor Details

    • Binding

      public Binding()
      Deprecated.
  • Method Details

    • certificate

      public boolean certificate()
      Deprecated.
      Description copied from interface: OidcTenantConfig.Binding
      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.

      Specified by:
      certificate in interface OidcTenantConfig.Binding