Hello @Naga Jagadeesh Budha ,
Thank you for your Prompt Response.
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue: access role claim from asp.net core web application calling web api
Solution:
- added two app registrations one for web app and one for web api
- defined app roles in the app registration for web api
- Assigned app roles to user from Enterprise applications
- Added a new controller "UserRoleController" in web api and added a get method to read user roles and return
- Called downstream UserRoles API from web app to read the roles.
If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.
Regards,
Goutam Pratti.