Skip to content

Commit

Permalink
feat: rebase saml idp flow feature
Browse files Browse the repository at this point in the history
This feature rebases from the current master branch
to include PR dexidp#1514.
  • Loading branch information
Moustafa Amer authored and Moustafa Amer committed Dec 28, 2023
1 parent 8f28411 commit de17714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ func (s *Server) handleConnectorCallback(w http.ResponseWriter, r *http.Request)
s.renderError(r, w, code, fmt.Sprintf("Error processing SAML callback: %s.", err))
return
}
// remove before PR
s.logger.Infof("SAML callback processed successfully")
default:
s.renderError(r, w, http.StatusBadRequest, "Method not supported")
return
Expand Down

0 comments on commit de17714

Please sign in to comment.