-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when try to add policy by using #2
Comments
Thanks for reporting @yongding422. Let me look into this. |
@yongding422, a new version of the package is available 3.0.12-preview-210730-1 For details on the problem take a look at this: https://docs.microsoft.com/en-us/dotnet/core/compatibility/aspnetcore#authorization-addauthorization-overload-moved-to-different-assembly A direct dependency to |
@yongding422, the problem is that the package targets .NET Standard 2.1 because I didn't want to target a specific runtime. 3.0, 3.1 etc..., so I'm referencing All this is happening because of all the breaking changes explained in the article I linked in the comments above. Please let me know if this solves the problem. |
Hi Arturo, Thanks |
Hi Arturo, I did some search online, and found out this is an knowing issue for Function App, there is a workaround for it, but looks like this workaround solution only works for .net core 3.1. Here is the url -- AzureAD/microsoft-identity-web#916 Thanks, |
@yongding422, thanks for the update. I will close this issue |
When trying to add the authorization policy, getting following exception:
I am using Azure Function V3, and here are packages my project referencing.
Could you please help to take a look? Is there any package I am missing?
Thank you.
The text was updated successfully, but these errors were encountered: