Access privilege error indicates that the app used to create JWT token does not have the required permissions of ‘User Management’. For more details check our documentation for UserInfo API
Hi, Thanks for your reply.
Firstly I open permissions of ‘User Management’ in admin api scope. Then generated JWT by java code. I can’t request ‘User Management’ api scope through this jwt, but can using this jwt to request /alluserroles api. why does this happen?