Skip to content

Commit

Permalink
Keep the IDP assertion in the assertion route
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier authored and Alexander-Kreutz committed Jul 15, 2024
1 parent c82bc12 commit 31824a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public void configure() throws Exception {
.process(Utils.endHttpSession())
.setProperty("oauthrequest").method(TokenRenew.class, "emptyAuthRequest")
.bean(AuthRequestConverter.class, "buildAssertionRequestFromIdp")
.bean(Iti40RequestGenerator.class, "buildAssertion")
.bean(TokenRenew.class, "keepIdpAssertion")
.bean(Iti40RequestGenerator.class, "buildAssertion")
.removeHeaders("*", "scope")
.setHeader(CxfConstants.OPERATION_NAME,
constant("Issue"))
Expand Down

0 comments on commit 31824a6

Please sign in to comment.