{{if .User}}
Authenticated User
{{if .User.PreferredUsername}}
Username:
{{.User.PreferredUsername}}
{{end}} {{if .User.Name}}
Name:
{{.User.Name}}
{{end}} {{if .User.Email}}
Email:
{{.User.Email}}
{{end}}
Subject:
{{.User.Subject}}
{{if .LogoutURL}}
Logout
{{end}}
{{else if .NotLoggedIn}}
No active session. Log in to get started.
{{end}}
This is an example application for
Dex
OpenID Connect provider.
Learn more in the
documentation
.
Authorization Code Flow
Device Code Flow
Advanced options
Scopes:
Select OpenID Connect scopes to request. Standard scopes are pre-selected.
{{range .ScopesSupported}}
{{.}}
{{end}}
{{if eq (len .ScopesSupported) 0}}
No scopes from discovery - add custom scopes below.
{{end}}
Add scope
Cross-Client auth:
Each client is sent as audience:server:client_id scope.
Add
Connector:
Specify a connector ID to bypass the connector selection screen.