SecuringAspNetCore6WithOAuth2AndOIDC icon indicating copy to clipboard operation
SecuringAspNetCore6WithOAuth2AndOIDC copied to clipboard

Erorr 500.30

Open hossainehsani1982 opened this issue 1 year ago • 1 comments

Hi Kevin, thanks for your great tutorial. It works fine on the localhost + IIS with Azure implementations. However, when I deployed the IDP on Azure it gives me this error:

Most likely causes:

  • IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
  • IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
  • IIS was not able to process configuration for the Web site or application.
  • The authenticated user does not have permission to use this DLL.
  • The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.

I`ve added the IDP to the Key vault's access policy I did the same for the storage account and the container.

I have to mention that I could not get a licence key from duende because they believe IDP can be deployed on azure without that key. could you please help me on this matter?

hossainehsani1982 avatar Jun 09 '23 11:06 hossainehsani1982

Well, for everyone who might get this error. after doing everything right. you have to go to your SQLServer section > networking. check: <Allow Azure Services and resources to access this server>

hossainehsani1982 avatar Jun 09 '23 12:06 hossainehsani1982