You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/client/OAuthClientUtils.java
+22-21Lines changed: 22 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -295,29 +295,30 @@ public static ClientAccessToken getAccessToken(WebClient accessTokenService,
295
295
// in this case the AccessToken service is expected to find a mapping between
296
296
// the authenticated credentials and the client registration id
Copy file name to clipboardExpand all lines: systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth2/common/OAuth2TestUtils.java
0 commit comments