Skip to content

Commit

Permalink
Test commit with SSH signing
Browse files Browse the repository at this point in the history
  • Loading branch information
iustinum committed Dec 12, 2024
1 parent a0c2fc3 commit 32b6b14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/api/src/api/v2/auth/saml.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ func (s ManagementResource) SAMLCallbackHandler(response http.ResponseWriter, re
redirectToLoginPage(response, request, "Your SSO Connection failed, please contact your Administrator")
} else if serviceProvider, err := auth.NewServiceProvider(*ctx.Get(request.Context()).Host, s.config, *ssoProvider.SAMLProvider); err != nil {
log.Errorf("[SAML] Service provider creation failed: %v", err)
// Technical issues scenario
redirectToLoginPage(response, request, "We’re having trouble connecting. Please check your internet and try again.")
} else {
if err := request.ParseForm(); err != nil {
Expand Down

0 comments on commit 32b6b14

Please sign in to comment.