Hi!
I was taking a look at this tutorial, and i noticed that to set up the application they use the AddOpenIdConnect method instead of AddAuth0.
Why is that?
Hi!
I was taking a look at this tutorial, and i noticed that to set up the application they use the AddOpenIdConnect method instead of AddAuth0.
Why is that?
@marcos.trucco I think the AddOpenIdConnect
method is a .NET construct and not something Auth0 made. That is an extension method where the first parameter following the this
argument is a string scheme
. Here is a link to the doc that I believe that example is using.
Oh, my bad. I mistook AddAuth0 with AddOAuth
Haha, no worries! Let me know if there is anything else!
Happy coding.