support aliyun idaas oauth login

Signed-off-by: luxingmin <luxingmin@hongyaa.com.cn>
This commit is contained in:
luxingmin
2020-09-29 11:14:23 +08:00
parent a8c9be6dae
commit 1a39d62f63
3 changed files with 148 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ type IdentityProviderOptions struct {
Type string `json:"type" yaml:"type"`
// The options of identify provider
Provider *DynamicOptions `json:"-" yaml:"provider"`
Provider *DynamicOptions `json:"provider" yaml:"provider"`
}
type Token struct {