claim type http://schemas.microsoft.com/ws/2008/06/identity/claims/role

Microsoft

I recently try to migrate my application from from cloud service to app service. This application has 2 types of users. First normal users and second administrators. After deployed my application to azure, all user login are treated as normal user, even administrator not getting their required privileges. Locally it's working fine but after azure deployment it's not working as expected. After remote debugging I found that http://schemas.microsoft.com/ws/2008/06/identity/claims/role in not available in the privilege list of claim types. except this all other privileges are loading correctly. Even there is 2 more additional privileges are there for administrator, those are available as well in the list. Can anyone help me what Azure portal configuration need to be updated so that I can get this privilege.

 

I am new to azure development. I totally stuck with this. Any help will be highly appreciable. Thank you.

0 Replies