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

✨(backend) add option to configure list of required OIDC claims #525

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

sampaccoud
Copy link
Contributor

Purpose

We want to be able to refuse connection for users who have missing claims from a list of required keys.

Proposal

Add option to configure list of required OIDC claims: USER_OIDC_REQUIRED_CLAIMS.
Defaults to an empty list.

@sampaccoud sampaccoud self-assigned this Dec 21, 2024
@sampaccoud sampaccoud added python Pull requests that update Python code backend enhancement New feature or request labels Dec 21, 2024
We want to be able to refuse connection for users who have missing
claims from a list of required keys.
@sampaccoud sampaccoud force-pushed the add-setting-to-make-oidc-claims-required branch from 67d1163 to dca001e Compare December 24, 2024 16:01
@sampaccoud sampaccoud enabled auto-merge (rebase) December 24, 2024 16:01
@sampaccoud sampaccoud merged commit c879f82 into main Dec 24, 2024
15 checks passed
@sampaccoud sampaccoud deleted the add-setting-to-make-oidc-claims-required branch December 24, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants