mirror of
https://github.com/alibaba/higress.git
synced 2026-05-22 11:47:27 +08:00
fix: update README.md and support semicolon in scope (#1279)
This commit is contained in:
@@ -42,6 +42,7 @@ func parseConfig(json gjson.Result, config *PluginConfig, log wrapper.Log) error
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
opts.Providers[0].Scope = strings.Replace(opts.Providers[0].Scope, ";", " ", -1)
|
||||
config.options = opts
|
||||
|
||||
oidcHandler, err = oidc.NewOAuthProxy(opts)
|
||||
|
||||
Reference in New Issue
Block a user