Description
Multitenant IDCS role mapping provider.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
cache-config | VALUE | i.h.s.p.c.EvictableCache | Use explicit io.helidon.security.providers.common.EvictableCache for role caching | |
default-idcs-subject-type | VALUE | String | user | Configure subject type to use when requesting roles from IDCS |
idcs-app-name-handler | VALUE | i.h.s.u.TokenHandler | Configure token handler for IDCS Application name | |
idcs-tenant-handler | VALUE | i.h.s.u.TokenHandler | Configure token handler for IDCS Tenant ID | |
oidc-config | VALUE | i.h.s.p.o.c.OidcConfig | Use explicit io.helidon.security.providers.oidc.common.OidcConfig instance, e.g | |
subject-types | LIST | i.h.s.SubjectType | USER | Add a supported subject type |
See the manifest for all available types.