Hi, we are attempting to authenticate an external system using the client_credentials grant type.
We have setup the client through the Identity Server UI and granted permission. We are able to retrieve a token from /connect/token that includes a scope and the audience however when we use the token to access any API we receive the above error stating that permissions are not granted.
If we create a regular user and authenticate through the password grant type we are able to access the API however this is not what we want as the credentials could be used to access the frontend.
I have aligned the settings (incl permissions) for the new client with the default ProjectName_App client. If I use ProjectName_App as the client_id the API calls complete successfully. if I use the test client it fails due to permissions.
The tokens received back are near identical, only difference is the client_id
What am I missing?
As per the title and information above, a core feature of the ABP Commercial does not work. There seems to be very little priority to resolve this.