You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, you could simply look into tutorials of ASP.NET Core Identity to see how to manage roles. After all, this is just the persistence provider that stores and queries the roles for ASP.NET Core Identity, so it will "just work" in AspNetCore.Identity.DocumentDb ... thus, all you need to know specifically for this provider is documented here: https://github.com/codekoenig/AspNetCore.Identity.DocumentDb#storing-roles
That said, i will extend the sample project of this repository to include the role configuration from the README as soon as I have some free time. And while I'm at it I will also add the UI parts to the MVC app to have a thorough sample as I agree it would be nice to have all that info in one place.
No description provided.
The text was updated successfully, but these errors were encountered: