Hi,
we are facing a weird issue when our users try to use "run a flow" on the entity forms. Usually via Single Sign on they see their flows and can run them for the current record.
Since friday they are first promted to "Login to Flow" .
This will open a window "Login to Flow" but the window stays empty instead of prompting for credentials.
In the browser consol I can see errors regarding authentication exceptions.
----
? Message Handler: Failure Response AttemptToSilentlyAuthenticate: Silent authentication failed Response:
"Authentication failed, please authenticate at the provided Url"
Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document.
Failure Response AttemptToSilentlyAuthenticate: Silent authentication failed Response:
----
So there is something wrong with passing the credentials from flow.microsoft.com to dynamics.
Important: This is working fine for Google Chrome but not for Microsoft Edge.
So I tried changing settings for Microsoft Edge (3rd party cookies are allowed,...) but I can't get it to work.
Are there any other settings in the Edge Browser that could block the login?