mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Refactored and added client credentials flow
This commit is contained in:
parent
f912890a2d
commit
f490eb4fc4
9 changed files with 113 additions and 41 deletions
|
|
@ -44,10 +44,15 @@ func NewConfig() Config {
|
|||
ResponseType: "code",
|
||||
Scope: []string{"openid", "profile", "email"},
|
||||
ActionUrls: ActionUrls{
|
||||
Identities: "",
|
||||
AccessToken: "",
|
||||
TrustedIssuers: "",
|
||||
ServerConfig: "",
|
||||
Identities: "",
|
||||
AccessToken: "",
|
||||
TrustedIssuers: "",
|
||||
ServerConfig: "",
|
||||
JwksUri: "",
|
||||
Login: "",
|
||||
LoginFlowId: "",
|
||||
RegisterClient: "",
|
||||
AuthorizeClient: "",
|
||||
},
|
||||
OpenBrowser: false,
|
||||
DecodeIdToken: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue