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 committed Jul 2, 2024
1 parent 6363161 commit b0da389
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 b0da389

Please sign in to comment.