Adrien-dev25

Results 3 comments of Adrien-dev25

We encounter the same issue on version 4.1.0. We found two ways to successfully workarround it : - Disable the HTTPS protocol between WSO2 and the backend API - Disable...

According to the [RFC 6749 section 3.3](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3) : "The value of the scope parameter is expressed as a list of space-delimited, case-sensitive strings" So from my point of view, generate...

As work around, I used this piece of code : ``` java // Create custom authentication method with list of scopes delimited by space OAuth customOAuth = new OauthClientCredentialsGrant(null, "https://myApiManager/oauth2/token",...