Skip to content

Commit

Permalink
add slo callback endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rudream committed Jun 15, 2024
1 parent e39c1f2 commit b236824
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/client/redirect.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ const (
// failing (such as an unmet hardware key policy) and the first should be
// ignored.
LoginClose = "/web/msg/info/login_close"

// SAMLSingleLogoutFailedRedirectURL is the default redirect URL when an error was encountered during SAML Single Logout.
SAMLSingleLogoutFailedRedirectURL = "/web/msg/error/slo"

// DefaultLoginURL is the default login page.
DefaultLoginURL = "/web/login"
)

// Redirector handles SSH redirect flow with the Teleport server
Expand Down

0 comments on commit b236824

Please sign in to comment.