{{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}} |
Impersonate ID | {{.}} |
Impersonate Email | {{.}} |
Impersonate Groups |
{{range $groups}}
{{.}} {{end}} |
{{if .Session}}
{{else}}
No user claims found!
{{end}}
Claims | |
---|---|
{{$k}} |
{{range $v.AsSlice}}
{{.}} {{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.
© Pomerium, Inc.