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.