-
Notifications
You must be signed in to change notification settings - Fork 85
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
test(jans-auth-server): fix EndSessionRestWebServiceImplTest #5781
Labels
area-CI
Issue or changes required in automatic builds or CI infrastructure
comp-jans-auth-server
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Milestone
Comments
yuriyz
added a commit
that referenced
this issue
Aug 4, 2023
yuriyz
added a commit
that referenced
this issue
Aug 4, 2023
yuriyz
added a commit
that referenced
this issue
Aug 8, 2023
yuriyz
added a commit
that referenced
this issue
Aug 9, 2023
yuriyz
added a commit
that referenced
this issue
Aug 9, 2023
yuriyz
added a commit
that referenced
this issue
Aug 9, 2023
yuriyz
added a commit
that referenced
this issue
Aug 11, 2023
…#5654) * feat(jans-auth-server): added authorization challenge endpoint config and discovery #5563 * feat(jans-auth-server): renamed authorization_challenge_request_endpoint -> authorization_challenge_endpoint #5563 * feat(jans-auth-server): added device session with attributes #5563 * feat(jans-auth-server): added authorization challenge custom script #5563 * feat(jans-auth-server): implemented authorization challenge service #5563 * feat(jans-auth-server): added authorization challenge validator with test #5563 * feat(jans-auth-server): added device session service #5563 * feat(jans-auth-server): buildfix #5563 * feat(jans-auth-server): added session support to authorization challenge #5563 * feat(jans-auth-server): authorization challenge endpoint #5563 * feat(jans-auth-server): minor improvements in authorization endpoint #5563 * feat(jans-auth-server): improved external script context (need it for authorization challenge) #5563 * feat(jans-auth-server): added external service impl for authz challenge #5781 * fix(jans-auth-server): added validation test to testng * feat(jans-auth-server): added sample custom script for authz challenge #5781 * feat(jans-linux-setup): added default authz challenge custom script to setup #5781 * fix(jans-linux-setup): fixed path to authz challenge custom script #5781 * chore(jans-auth-server): removed redundant code #5563 * fix(jans-auth-server): fixed authz challenge endpoint initialization #5563 * fix(jans-auth-server): corrected challenge endpoint #5563 * fix(jans-auth-server): npe fix in challenge endpoint #5563 * test(jans-auth-server): added integration test for authorization challenge #5563 * doc(jans-auth-server): documented Authorization Challenge implementation #5563
devrimyatar
pushed a commit
that referenced
this issue
Dec 30, 2023
devrimyatar
pushed a commit
that referenced
this issue
Dec 30, 2023
…#5654) * feat(jans-auth-server): added authorization challenge endpoint config and discovery #5563 * feat(jans-auth-server): renamed authorization_challenge_request_endpoint -> authorization_challenge_endpoint #5563 * feat(jans-auth-server): added device session with attributes #5563 * feat(jans-auth-server): added authorization challenge custom script #5563 * feat(jans-auth-server): implemented authorization challenge service #5563 * feat(jans-auth-server): added authorization challenge validator with test #5563 * feat(jans-auth-server): added device session service #5563 * feat(jans-auth-server): buildfix #5563 * feat(jans-auth-server): added session support to authorization challenge #5563 * feat(jans-auth-server): authorization challenge endpoint #5563 * feat(jans-auth-server): minor improvements in authorization endpoint #5563 * feat(jans-auth-server): improved external script context (need it for authorization challenge) #5563 * feat(jans-auth-server): added external service impl for authz challenge #5781 * fix(jans-auth-server): added validation test to testng * feat(jans-auth-server): added sample custom script for authz challenge #5781 * feat(jans-linux-setup): added default authz challenge custom script to setup #5781 * fix(jans-linux-setup): fixed path to authz challenge custom script #5781 * chore(jans-auth-server): removed redundant code #5563 * fix(jans-auth-server): fixed authz challenge endpoint initialization #5563 * fix(jans-auth-server): corrected challenge endpoint #5563 * fix(jans-auth-server): npe fix in challenge endpoint #5563 * test(jans-auth-server): added integration test for authorization challenge #5563 * doc(jans-auth-server): documented Authorization Challenge implementation #5563 Signed-off-by: Mustafa Baser <mbaser@mail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-CI
Issue or changes required in automatic builds or CI infrastructure
comp-jans-auth-server
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Description
EndSessionRestWebServiceImplTest is not working after changes in EndSessionRestWebServiceImpl
The text was updated successfully, but these errors were encountered: