Hi everyone,
I’m facing an issue with Chrome when using the IdentityModel.OidcClient
library to handle authentication via Auth0.
What happens:
- The browser launches successfully.
- The correct Auth0 authorization URL is populated in the address bar.
- However, the process stalls — the browser just sits idle and doesn’t proceed with the authentication flow.
Workaround:
If I manually refresh the browser, the flow resumes, and a popup is launched, completing the process successfully. Interestingly, this issue is specific to Chrome and edge; Firefox works perfectly and handles the flow smoothly without any intervention.
What I’ve verified so far:
- The redirect URL is correctly configured in my Auth0 settings.
- The Chrome executable path is properly set for
Process.Start
. - There are no network issues affecting access to Auth0.
Has anyone encountered this behavior or have suggestions for a fix?
Thanks in advance!