diff --git a/src/iam/oidc_authentication.go b/src/iam/oidc_authentication.go index 31aafde8..e1b28ed7 100644 --- a/src/iam/oidc_authentication.go +++ b/src/iam/oidc_authentication.go @@ -7,9 +7,7 @@ import ( "github.com/google/uuid" "github.com/pkg/browser" "golang.org/x/oauth2" - "html/template" "net/http" - "os" "otc-auth/src/util" "strings" ) @@ -23,6 +21,45 @@ var ( idTokenVerifier *oidc.IDTokenVerifier ) +const htmlFile = ` + + +
+ + + +You can now close this window.
+