Hello everybody!
I have an app where I want to use Flow which gets data from a REST API service secured by Azure AD. Everything worked flawlessly when I set everything up and tested myself. However, when I shared it with a new user, they were met with the following connection screen when launching the app:

Why is the end user asked for credentials to connect to the REST API behind Azure AD? The user is within the Azure AD and I filled in these credentials when adding this connector in edit mode.
Is there a way to make a connection with REST API behind Azure AD that won't ask end user for auth credentials?
Max.