Update pkg/oidc/authorization.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
parent
74ffa67615
commit
85574e54c6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const (
|
|||
//PromptConsent (`consent`) directs the Authorization Server to prompt the End-User for consent (of sharing information).
|
||||
PromptConsent Prompt = "consent"
|
||||
|
||||
//PromptSelectAccount (``) directs the Authorization Server to prompt the End-User to select a user account (to enable multi user / session switching)
|
||||
//PromptSelectAccount (`select_account `) directs the Authorization Server to prompt the End-User to select a user account (to enable multi user / session switching)
|
||||
PromptSelectAccount Prompt = "select_account"
|
||||
|
||||
//GrantTypeCode defines the grant_type `authorization_code` used for the Token Request in the Authorization Code Flow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue