Interface OidcTenantConfig.ResourceMetadata

All Known Implementing Classes:
OidcTenantConfig.ResourceMetadata
Enclosing interface:
OidcTenantConfig

public static interface OidcTenantConfig.ResourceMetadata
Protected resource metadata.
  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      If the resource metadata can be provided.
    • resource

      Optional<String> resource()
      Protected resource identifier.
    • scopes

      Optional<Set<String>> scopes()
      Supported scopes.
    • authorizationServer

      Optional<String> authorizationServer()
      Authorization server URL. 'quarkus.oidc.auth-server-url' property value is reported by default.
    • forceHttpsScheme

      @WithDefault("true") boolean forceHttpsScheme()
      Force a protected resource identifier HTTPS scheme. This property is ignored if is an absolute URL