Skip to content

Commit 137e96b

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 47a0463 commit 137e96b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DevProxy.Plugins/Extensions/OpenApiDocumentExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public static ApiPermissionsInfo CheckMinimalPermissions(this OpenApiDocument op
4141
Request = methodAndUrl,
4242
Error = "No Authorization header found"
4343
});
44+
continue;
4445
}
4546

4647
var scopesFromTheToken = MinimalPermissionsUtils.GetScopesFromToken(authorizationHeaderValue, logger);

0 commit comments

Comments
 (0)