Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
356 stars 114 forks source link

Make the role assignments more explicit #301

Closed asanjabi closed 1 year ago

asanjabi commented 1 year ago

Right now, role assignments that give the developer access to resources are based on the principal ID type, if it is set to user, the roles are assigned. It would be clearer with an explicit option to do so.