I have WSO2 API Manager federated setup with Azure AD. I can use the implicit and code grant type to generate the access tokens.
Now I want to use the WSO2 API Manager scope functionality to limit the access on certain API resources. I have created the role in API manager and added the scope on API publisher for the API resource. But when I generate the access token using scope value, it doesn't return the token with correct scope. But if I assign the local user to that role and generate the access token it works fine.
I wonder if WSO2 API manager support scope management for Federated users.
Any help would be appreciated.