package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

NewCLICeremony creates a new CLI SSO ceremony from the given redirector.
NewCLIMFACeremony creates a new CLI SSO ceremony from the given redirector.
NewConnectMFACeremony creates a new Teleport Connect SSO ceremony from the given redirector.
NewRedirector returns new local web server redirector.
OpenURLInBrowser opens a URL in a web browser.

# Constants

DefaultLoginURL is the default login page.
LoginClose is a redirect URL that will close the tab performing the SSO login.
LoginFailedBadCallbackRedirectURL is a redirect URL when an SSO error specific to auth connector's callback was encountered.
LoginFailedRedirectURL is the default redirect URL when an SSO error was encountered.
LoginFailedUnauthorizedRedirectURL is a redirect URL for when an SSO authenticates successfully, but the user has no matching roles in Teleport.
LoginSuccessRedirectURL is a redirect URL when login was successful without errors.
LoginTerminalRedirectURL is a redirect URL when login requires extra action in the terminal, but was otherwise successful in the browser (ex.
SAMLSingleLogoutFailedRedirectURL is the default redirect URL when an error was encountered during SAML Single Logout.
WebMFARedirect is the landing page for SSO MFA in the WebUI.

# Structs

Ceremony is a customizable SSO login ceremony.
Ceremony is a customizable SSO MFA ceremony.
Redirector handles SSH redirect flow with the Teleport server.
RedirectorConfig is configuration for an sso redirector.

# Type aliases

CeremonyInit initializes an SSO login ceremony.