How could I get hold of role (custom) details from the Active Directory once successfully authenticated. I am developing an android application using Azure as MBaaS and followed the link for enabling authentication
but I am not sure on how to get the roles and user details once user successfully logged in. Any help?
As I known, you can try to get the custom role details from Azure AD using Azure AD Graph API, please refer to the offical document to know it.
Meanwhile, you can search graphapi
on GitHub of Azure Samples to get the code samples as references for your Azure MBaaS Application.
Hope it helps. Any concern, please feel free to let me know.