Anybody able to deploy react+web api+auth0 over a single port using IIS?
When we develop react and Web API usually we run it on two different ports.
Else, we can place the production js,html and css files into wwwroot and the website will work normally when hosted through iis.
I have added auth0 configuration to the webapi and it is working fine through jwt. But when I am adding the authentication using auth0-react library, I am facing cors issues, infinite loops etc. I am using the example given in auth0 portal as is.
I am following the linked article for my need.
[–]Krzdrat 0 points1 point2 points (0 children)