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

Fix bug related to the control of claims in tokens #44

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

ctriant
Copy link
Contributor

@ctriant ctriant commented Jan 19, 2023

False is a valid value for _claims_by_scope, so setting this in the client's metadata will make the execution flow drop to the endpoint's global configuration .

Ιn practice, in _claims_by_scope = module.kwargs.get("add_claims_by_scope", {}) it's not able to differentiate whether it was set to False or if it was not by

@rohe rohe merged commit 117b784 into IdentityPython:develop Jan 20, 2023
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