Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support multiple rolePath in IDP configuration #577

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

akurnosau
Copy link
Contributor

Allow multiple rolePath IDP configuration. That is to support cases when roles should be extracted from multiple JWT token claims.
Supports both single String:

{
  "rolePath": "groups"
}

or Array of Strings:

{
  "rolePath": [
    "groups",
    "some.path.roles",
    "another.path.roles"
  ]
}

@akurnosau akurnosau force-pushed the feat/support-multiple-role-path branch from b538f93 to 5151a22 Compare November 19, 2024 11:01
@akurnosau
Copy link
Contributor Author

akurnosau commented Nov 19, 2024

/deploy-review

Environment URL: https://chat-ai-dial-core-pr-577.nightly-test.deltixhub.io
E2E tests status: failed

@akurnosau akurnosau merged commit fa13e35 into development Nov 20, 2024
7 checks passed
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.

2 participants