Skip to content

feat: support custom group prefixes and filtering#388

Open
elaynelemos wants to merge 2 commits intodiscord:mainfrom
elaynelemos:feat/custom-group-prefix
Open

feat: support custom group prefixes and filtering#388
elaynelemos wants to merge 2 commits intodiscord:mainfrom
elaynelemos:feat/custom-group-prefix

Conversation

@elaynelemos
Copy link

Description

The following changes aim to make Access fit more use cases by adding customization layers to group operations.

Configurable group name prefixes (Resolves #382)

Group name prefixes for OktaGroup, RoleGroup, and AppGroup were previously hardcoded (Role-, App-), and OktaGroup had no prefix support at all. These values are now configurable via the FRONTEND and BACKEND configs.

Configurable Okta group sync filter (Resolves #385)

The Okta Groups API query parameters used when listing/syncing groups were previously hardcoded in OktaService class. They are now configurable via DEFAULT_GROUP_QUERY_PARAMS in the BACKEND config, accepting any valid Okta Groups API query parameters as a JSON object. This allows restricting which groups are pulled and managed in Access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: allow filtering of groups to sync Hardcoded group prefixes

1 participant