backport OIDC related changes from main

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-07-23 15:31:57 +02:00
parent b34bc2b818
commit 2da19ef233
19 changed files with 364 additions and 111 deletions

View File

@@ -49,6 +49,7 @@ type loginPage struct {
ForgotPwdURL string
OpenIDLoginURL string
Branding UIBranding
FormDisabled bool
}
type twoFactorPage struct {