Documentation
¶
Index ¶
Constants ¶
View Source
const HTML = `
<!DOCTYPE html>
<html>
<head>
<script>
window.close();
</script>
</head>
<body></body>
</html>
`
Variables ¶
View Source
var ( // Path that the Tenant login pages will be listed under. AuthenticatePath = "/authentication/tenants" // Path that all providers will be listed under. ProviderPath = "/authentication/providers" )
View Source
var TestCallbackConfig = CallbackConfig{
Host: "http://local.moov.io:8202",
}
Functions ¶
func ClosePopupResponse ¶ added in v0.2.2
func ClosePopupResponse(w http.ResponseWriter) error
Types ¶
type CallbackConfig ¶
type CallbackConfig struct {
Host string
}
type Controller ¶
type ProviderConfig ¶
Click to show internal directories.
Click to hide internal directories.