-
Notifications
You must be signed in to change notification settings - Fork 693
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
TOMEE-4351 - Jakarta Security 3.0 - OpenIdAuthenticationMechanismDefinition implementation #1178
Conversation
redirectToOriginalResource=true works now and all openid modules of the TCK are passing:
|
Thanks @rzo1 for triggering a full build: https://ci-builds.apache.org/job/Tomee/view/tomee-10.x/job/pull-request-manual/106/ All tests are passing 🙂 |
looks really good from a short review and tests are running; +1 great work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good from a short review.
what really needs a closer look and maybe needs to be discussed:
(See https://lists.apache.org/thread/sghf41f1z75gpnhpf236o1lrj1sl4vr8 for whole thread on mailing list) |
Thanks @jungm |
Opening as a draft PR for now as it's still WIP
Doesn't work/WIP:
@AutoApplySession
is used right now on the auth mechanism, I've mainly done this for testing purposes and will likely drop it)What does work:
examples/openid-security
tests) and https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server (used in security TCK)I've been working on this on and off for a couple of weeks now, with this PR getting quite big by now. So I'd highly appreciate if someone can take a look and give some feedback 🙂