Skip to content

Commit

Permalink
Add saml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Oct 23, 2024
1 parent 0b9d755 commit 7ce8f4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected void configure(HttpSecurity http) throws Exception {
.successHandler(successHandler)
.failureHandler(failureHandler)
.authenticationManager(new ReportPortalSamlAuthenticationManager(samlUserReplicator))
.loginProcessingUrl("/saml/sp/discovery")
.loginProcessingUrl("/saml/sp/discovery/{registrationId}")
)
.addFilterBefore(filter, Saml2WebSsoAuthenticationFilter.class);
}
Expand Down

0 comments on commit 7ce8f4a

Please sign in to comment.