mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-08-18 04:09:57 +00:00
Fix audience validation issues
This commit is contained in:
parent
c65f73a6ce
commit
ba19c7363a
8 changed files with 163 additions and 76 deletions
|
@ -106,6 +106,7 @@ type Config struct {
|
|||
Default DefaultConfig `yaml:"default"`
|
||||
|
||||
// Protected resource metadata
|
||||
Audience string `yaml:"audience"`
|
||||
ResourceIdentifier string `yaml:"resource_identifier"`
|
||||
ScopesSupported map[string]string `yaml:"scopes_supported"`
|
||||
AuthorizationServers []string `yaml:"authorization_servers"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue