-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add required field to OAuth2 #1950
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1950 +/- ##
===========================================
- Coverage 80.10% 26.52% -53.59%
===========================================
Files 9 124 +115
Lines 548 14528 +13980
Branches 246 2575 +2329
===========================================
+ Hits 439 3854 +3415
- Misses 109 10550 +10441
- Partials 0 124 +124
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f57e000
to
d3f834b
Compare
426ec18
to
74a2343
Compare
import org.wso2.apk.enforcer.commons.model.InternalKeyConfig; | ||
import org.wso2.apk.enforcer.commons.model.JWTAuthenticationConfig; | ||
import org.wso2.apk.enforcer.commons.model.RequestContext; | ||
import org.wso2.apk.enforcer.commons.model.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if possible let's remove star imports
@@ -1,5 +1,7 @@ | |||
Feature: Test mTLS between client and gateway with client certificate sent in header | |||
Scenario: Test mandatory mTLS and enabled OAuth2 with a valid client certificate in header | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra line?
Purpose