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

Fixes for AppEngineAuthentication in EE10 #76

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

lachlan-roberts
Copy link
Collaborator

This change fixes the JavaRuntimeAllInOneTest for EE10

Returning null from validateRequest() to get deferred authentication is not the right thing to do because it only works if authentication is not mandatory.

We should instead override ConstraintSecurityHandler.getConstraint and Authenticator.getConstraintAuthentication to allow the request bypass the authentication constraints.

@lachlan-roberts lachlan-roberts changed the title Ee10 appengine authentication Fixes for AppEngineAuthentication in EE10 Nov 8, 2023
@copybara-service copybara-service bot merged commit 4225f88 into main Nov 8, 2023
5 checks passed
@lachlan-roberts lachlan-roberts deleted the ee10-appengineAuthentication branch January 11, 2024 01:26
srinjoyray pushed a commit that referenced this pull request Nov 12, 2024
…ication

PiperOrigin-RevId: 580551860
Change-Id: I5917bddb7cfa2af0a89ee868350cbd8273dcd754
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants