Auth0 OidcClient UWP SDK - 404 Not Found when trying to login

Here is an update from our DM conversation:

What value for connection? A nonexistent connection is something that can throw a 404.

Interesting, yea I pass connection (which in this case we have a environment setup under my name of “exampleA”) into LoginAsync method:

Should this also be in clientOptions object or somewhere else?

Can you try omitting it completely and see if that works? It is optional so that will rule it out if we still get a 404.

If that solves it, then try in the client options and see if you still get it.

I removed the connection value out of LoginAsync and still received a 404 NotFound error. I did notice again that I got a log for successful logout in the Auth0 logs but I have been getting those before as well.
Also I will add if we do not pass the connection value of “exampleA” into LoginAsync then it defaults to our “exampleB” environment.

Could it be the clientID? Can you make sure it is properly entered as well?

Yea I triple checked that the clientID is correct and matches what is in the Auth0 application settings. I thought that originally as well.