mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Added flow initialization and completed implementation
This commit is contained in:
parent
a3f0caf4ff
commit
1de4d3a5d5
6 changed files with 262 additions and 41 deletions
|
|
@ -6,8 +6,10 @@ type ActionUrls struct {
|
|||
AccessToken string `yaml:"access-token"`
|
||||
ServerConfig string `yaml:"server-config"`
|
||||
JwksUri string `yaml:"jwks_uri"`
|
||||
Login string `yaml:"login"`
|
||||
LoginFlowId string `yaml:"login-flow-id"`
|
||||
}
|
||||
|
||||
func hasRequiredParams(config *Config) bool {
|
||||
func HasRequiredParams(config *Config) bool {
|
||||
return config.Client.Id != "" && config.Client.Secret != ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue