MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.27k stars 21.45k forks source link

Azure AD Authentication Quick Start - would be great to add role based authorization #85527

Closed Brubning closed 2 years ago

Brubning commented 2 years ago

This is a useful document but there is an extension to it which it would be useful to have. Once authenticated I want to use roles specified in Identity (AspNetUserRoles) - I can do this, but only if I bypass the Owin middleware (See: https://stackoverflow.com/questions/39087415/use-azure-ad-only-for-authentication-and-not-authorization)

I can't find any documentation that describes how you would achieve this goal.

Thanks


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

JamesTran-MSFT commented 2 years ago

@Brubning Thanks for your feedback! I've assigned this issue to the author who will investigate and update as appropriate.

jmprieur commented 2 years ago

@mmacy I think it would be more an advanced aspect for a tutorial rather than a quickstart. What do you think?

mmacy commented 2 years ago

@mmacy I think it would be more an advanced aspect for a tutorial rather than a quickstart. What do you think?

@jmprieur Yes, I agree it isn't appropriate for this quickstart, or the quickstart format in general.

A better fit would be a how-to article that would be an add-on to a base tutorial (or tutorial set); something you could point people to from the Next steps of the tutorial.

jmprieur commented 2 years ago

Thanks for confirming, @mmacy

please-close

Brubning commented 2 years ago

Hi @jmprieur @mmacy, I 100% agree that this is better fit for a how to article. What happens now this issue is closed? Does a new issue get added to the backlog? Otherwise this gets completely lost? Thanks