Prompting of credentials on Edge browser despite already logged in on client PCs

GQ 26 Reputation points
2022-02-04T07:19:14.703+00:00

We were accessing our RSA Archer application on IE 11 via SSO, and all has been well. But we are required to move on to Edge browser, and that's where we started having the Windows Security credential prompt coming out, whenever we tried to access the application on Edge browser.

The strange thing is, the application is able to load up on Edge properly, in the logged in state, and then the prompt will appear. We can just click on Cancel to close the prompt and we are able to use the application normally. All end users on their client PCs encountered the same problem.

We want to remove the credentials prompt. The RSA support team has confirmed it is not an issue of their product, since there's no problem over at IE. What we have done on our end on the servers:

  • Enabled SSL on our load balanced environment
  • Updated the web.config file of the application with the entry below:
    <security mode="Transport">
    <transport clientCredentialType="Windows" />
    </security>
  • Configure IIS settings to allow Anonymous Authentication instead of Windows Authentication for the application pages.

Will greatly appreciate some assistance or suggestions on how to move forward. Thanks!

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,112 questions
Internet Information Services
{count} votes