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(saml): Set allowedAccounts info #1856

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jmartinezfl
Copy link

@jmartinezfl jmartinezfl commented Dec 3, 2024

With the changes introduced in #1744, the information related to the accounts the user has access to, is no longer available when authentication is performed using SAML. As a result, the allowedAccounts field appears as an empty list in the execution context.

With this fix, the information is set again, ensuring that the allowedAccounts parameter is correctly populated in the execution context when using SAML authentication.

@dbyron-sf
Copy link
Contributor

@jmartinezfl please run $ ./gradlew spotlessApply, and add a test that fails without this fix.

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