{{range .User.GetClaim "picture"}}
{{else}}
{{end}}
{{with .User.Name}}
Hi {{.}}!
{{else}}
{{range .User.GetClaim "given_name"}}
Hi {{.}}!
{{end}}
{{end}}
Session Details
{{if .Session}}
Claims | |
---|---|
User ID | {{.}} |
ID | {{.}} |
Expires At | {{.AsTime | formatTime}} |
Impersonated | {{.IsImpersonated}} |
{{if .Session}}
{{else}}
No user claims found!
{{end}}
Claims | |
---|---|
{{$k}} |
{{range $v.AsSlice}}
{{if eq $k "exp" "iat" "updated_at"}}
{{formatTime .}} {{else}}{{.}} {{end}} {{end}} |
User identity claims can be passed to upstream applications.
Groups
{{if .DirectoryGroups}}
ID | Name |
---|---|
{{.Id}} | {{.Name}} |
Your associated groups are pulled from your identity provider.
Current Session Device Credentials
{{if .CurrentDeviceCredentials}}
ID | |
---|---|
{{.ID}} |
Other Device Credentials
ID | |
---|---|
{{.ID}} |
Register device with WebAuthn.
© Pomerium, Inc.