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
The scopes can be created without an issue, (ie: no front end validation to check case sensitivity) but once we try to invoke an API with the generated token it fails with a 403 forbidden response.
[2022-03-04 13:53:28,677] WARN - APIAuthenticationHandler API authentication failure due to The access token does not allow you to access the requested resource /sample/v1/
Steps to reproduce:
Get APIM 2.6 pack and update to the latest or level 72.
Get WSO2 IS to be used as the userstore.
Start both IS and APIM server, go to the APIM Management console and configure an userstore.
Them create a role for that userstore (Example:TestRole)
Create an user with that user role.
Go to the publisher and create a new API
Create two scopes as TestRole and testRole. (To identify case sensitive issue)
Then assign those scopes to two different resources.
Generate a token and try to invoke API. One with TestRole would work and the other one with testRole would fail.
Above reported issue was fixed by adding [1]. But it leads to below issue due to confusing use of the system property preserveCaseSensitive. This needs to be fixed.
Scenario: We have a role named WSO2.COM/Test in the userstore. And while creating scopes from the store we have mentioned scope role as,
WSO2.COM/Test in ScopeOne and
WSO2.COM/test in ScopeTwo
preserveCaseSensitive=true
preserveCaseSensitive=false
Token Generation
With ScopeOne : Works fineWith ScopeTwo : Blocked(Matches with Expected Behavior)
With ScopeOne : Works fineWith ScopeTwo : Works fine(Matches with Expected Behavior)
API Invocation
With token generation for ScopeOne: Works fineWith token generation for ScopeTwo: Works fine(Deviates from Expected Behavior)
With token generation for ScopeOne: Works fineWith token generation for ScopeTwo: Blocked (403)(Deviates from Expected Behavior)
Description:
The scopes can be created without an issue, (ie: no front end validation to check case sensitivity) but once we try to invoke an API with the generated token it fails with a 403 forbidden response.
[2022-03-04 13:53:28,677] WARN - APIAuthenticationHandler API authentication failure due to The access token does not allow you to access the requested resource /sample/v1/
Steps to reproduce:
Affected Product Version:
APIM 2.6.0
Optional Fields
Related Issues:
#3273
Suggested Labels:
APIM 2.6.0
The text was updated successfully, but these errors were encountered: