- Builder (security.providers.idcs.mapper.IdcsRoleMapperProviderBase) Configuration
Type: io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.Builder
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
default-idcs-subject-type | string | user | Configure subject type to use when requesting roles from IDCS. Can be either #IDCS_SUBJECT_TYPE_USER or #IDCS_SUBJECT_TYPE_CLIENT. Defaults to #IDCS_SUBJECT_TYPE_USER. |
oidc-config | Use explicit io.helidon.security.providers.oidc.common.OidcConfig instance, e.g. when using it also for OIDC provider. | ||
subject-types | SubjectType[] (USER, SERVICE) | USER | Add a supported subject type. If none added, io.helidon.security.SubjectType#USER is used. If any added, only the ones added will be used (e.g. if you want to use both io.helidon.security.SubjectType#USER and io.helidon.security.SubjectType#SERVICE, both need to be added. |