OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
2 In the Keyrock frontend, create "User" role and add user@email.com to it. Deliberately do not grant any permissions to the "User" role at this stage.
When authorization_decision is deny for resource, an API request still successfully returns results.
Steps to reproduce:
1 Generate authorization key:
2 In the Keyrock frontend, create "User" role and add user@email.com to it. Deliberately do not grant any permissions to the "User" role at this stage.
3 Generate access token:
4 Verify authorization_decision is "Deny" for /v2/subscription which has not been granted as a permission for the "User" role:
5 Successfully get list of subscriptions:
The IDM log:
As per the previous issue I submitted, I cannot get versions 8+ to work so have to stay on this version for now.