Hi
We are seeing some issues with using standard API. When we use Scope (user/Appointment.read) as defined to get the token then it generates the token & it generates the db entry in the oauth3 table but since routes (/api/appointment, user/appointment.read) is in smaller letter, when we use the token the token to call the API it throws unauthorized access.
From what we can see scope and route should have similar Letter case.
We tested this with making route (/api/Appointment, user/Appointment.read) upper case then it worked.
Regards
Gaurav