Fix audience validation issues

This commit is contained in:
NipuniBhagya 2025-05-14 21:47:15 +05:30 committed by Pavindu Lakshan
parent c65f73a6ce
commit ba19c7363a
8 changed files with 163 additions and 76 deletions

View file

@ -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)