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

[BUGFIX] Fetch all fe_user fields in findEntitiesWithIpAuthentication #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lorenzulrich
Copy link

The fe_users fields fetched in findEntitiesWithIpAuthentication are used in the authentication process, e.g. to determine user groups. If only uid and pid is fetched, the authentication service doesn't consider the user as authenticated even if a user session is generated. So the user is only correctly authenticated in the next request, e.g. after a redirect.

The fe_users fields fetched in findEntitiesWithIpAuthentication are used in the authentication process, e.g. to determine user groups. If only uid and pid is fetched, the authentication service doesn't consider the user as authenticated even if a user session is generated. So the user is only correctly authenticated in the next request, e.g. after a redirect.
@tomasnorre
Copy link
Contributor

Thanks @lorenzulrich could you perhaps check the tests?

@christianbltr
Copy link

I can confirm the issue. The patch works in our environment. See also #60

@tomasnorre
Copy link
Contributor

As the tests aren't green. I would have to check manually before I can merge. Looks good to me though.

I'm on vacation, 2 weeks from tomorrow. So I will see if someone else could have a look at it. and release a new version.

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.

None yet

3 participants