mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-28 01:23:30 +00:00
Fix audience validation issues
This commit is contained in:
parent
331cc281c6
commit
312a5557f0
8 changed files with 163 additions and 76 deletions
|
@ -93,7 +93,7 @@ func main() {
|
|||
}
|
||||
|
||||
// 5. (Optional) Build the policy engine
|
||||
engine := &authz.DefaulPolicyEngine{}
|
||||
engine := &authz.DefaultPolicyEngine{}
|
||||
|
||||
// 6. Build the main router
|
||||
mux := proxy.NewRouter(cfg, provider, engine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue