Skip to content

Commit

Permalink
Add TODO for multiple scope per resource support in Basic Auth Gateway.
Browse files Browse the repository at this point in the history
  • Loading branch information
dushaniw committed May 5, 2020
1 parent f2ab96c commit 830f7f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public static String getScopesOfResource(OpenAPI openAPI, MessageContext synCtx)
return null;
} else {
// We support only one scope for gateway authentication. Hence using the first scope from the list
// TODO:// add support multiple scopes per resource
return securityScopes.get(0);
}
} else {
Expand Down

0 comments on commit 830f7f7

Please sign in to comment.