flexible-aspnetcore-authorization icon indicating copy to clipboard operation
flexible-aspnetcore-authorization copied to clipboard

.NET 8.0 IAuthorizationRequirementData

Open christophwille opened this issue 1 year ago • 2 comments

I didn't see a branch; did anyone dabble with switching this over to IAuthorizationRequirementData yet?

christophwille avatar Sep 15 '23 06:09 christophwille

Did you get anywhere with this, I would be interested.

But not sure what you mean to switch over? IAuthorizationRequirementData is just a collection of IAuthorizationRequirement which your auth handler can now use. Can you be more specific as to your requirement/meaning please.

Do a quick search on GitHub and you will find a few implementations inside microsoft samples coming out with the release.

Allann avatar Oct 11 '23 09:10 Allann

I didn't because as-is works fine with net80 anyways.

christophwille avatar Oct 11 '23 10:10 christophwille