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 f917477 commit 0b9d755
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ protected void configure(HttpSecurity http) throws Exception {
.successHandler(successHandler)
.failureHandler(failureHandler)
.authenticationManager(new ReportPortalSamlAuthenticationManager(samlUserReplicator))
.loginProcessingUrl("/saml/sp/discovery")
)
.addFilterBefore(filter, Saml2WebSsoAuthenticationFilter.class);
}
Expand Down

0 comments on commit 0b9d755

Please sign in to comment.