{{define "dashboard.html"}} Pomerium {{template "header.html"}}

Current user

{{if .User.Claims.picture }} user image {{else}} {{end}}

Your current session details.

{{if .User.Name}} {{else}} {{if .User.Claims.given_name}} {{end}} {{if .User.Claims.family_name}} {{end}} {{end}} {{if .User.Id}} {{end}} {{if .User.Email}} {{end}} {{range $i,$_:= .DirectoryUser.Groups}} {{end}} {{with .Session.IdToken}} {{with .ExpiresAt}} {{end}} {{with .IssuedAt}} {{end}} {{end}} {{with .State}} {{with .ImpersonateEmail}} {{end}} {{range $i,$_:= .ImpersonateGroups}} {{end}} {{end}}

Sign-in-as

Administrators can temporarily impersonate another user.

{{ .csrfField }}
{{end}}