io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider
Description
IDCS role mapping provider
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
cache-config | EvictableCache | Use explicit io.helidon.security.providers.common.EvictableCache for role caching | |
default-idcs-subject-type | String | user | Configure subject type to use when requesting roles from IDCS |
oidc-config | OidcConfig | Use explicit io.helidon.security.providers.oidc.common.OidcConfig instance, e.g | |
subject-types | List<SubjectType> | USER | Add a supported subject type |
See the manifest for all available types.