I am trying to use Auth0 for the first time and referred sample code from here to create a Asp.net MVC sample application. https://github.com/auth0-samples/auth0-aspnetcore-mvc-samples/tree/master/Quickstart/Sample
I have created the application and have set all the settings as mentioned on the Auth0 starter page as well as the guidelines mentioned here https://medium.com/@gnerva/auth0-and-asp-net-core-mvc-net-6-0-tutorial-ef3a082ae415. I am using Visual Studio Dev tunnels to test but I am always getting a below error instead of seeing the login or signup page.
InvalidOperationException: IDX20803: Unable to obtain configuration from: https://<mydomain>-dev.auth0.com/.well-known/openid-configuration . Will retry at 2/21/2024 10:39:46 PM +00:00 . Exception: System.IO.IOException: IDX20804: Unable to retrieve document from: [PII of type System.String is hidden. For more details, see https://aka.ms/IdentityModel/PII.] .
我不敢肯定什么可能是个问题,但真的会热心找到解决办法。
非常感谢。
以下为错误的筛选: