User story #22738
closedOIDC provided custom role list
Description
We want that the OIDC provides an additionnal list of custom role
We add 3 new options in the OIDC provider:
- `rudder.auth.oauth2.provider.${provider}.roles.enabled=true` (`false` by default or if missing): do we want that that provider also provide roles for the user
- `rudder.auth.oauth2.provider.${provider}.roles.attribute=customroles` : what is the attribute in the token that will contain the list (string array) of role name to add ?
- `rudder.auth.oauth2.provider.okta.roles.override=true` (`false` by default or if missing): do we want that the list of provided roles override roles configured in `rudder-user.xml`
Updated by François ARMAND over 1 year ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/557
Updated by Anonymous over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|306f516bdf74a31967eeed72c7a9d1b655dba9a3.
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder plugin auth-backends v7.3.3-2.6
Updated by Clark ANDRIANASOLO 9 months ago
- Related to Bug #24230: Authentication providers and role mapping settings should be exposed added