07-09-22 02:31 PM
The MS Graph API - Authentication connector calls the https:// login.microsoftonline.com/* endpoint directly passing the username / password provided which is hitting Azure AD and attempting to authenticate directly against the cloud.
Because our company does not have password hash sync enabled this will not work as the account password is not stored in Azure AD.
Is there a solution possible using one of the available MSAL library's https://aka.ms/msal which will then allow for the authentication request to be redirected back to our on-premises hybrid identity infrastructure?
-----------------
Willy Vanroy
AXA Bank
-----------------
07-09-22 10:07 PM
08-09-22 10:36 AM
It seems there is only support for Application Permissions, thus signing in with a Client Secret,
But with this type of deployment AXA cannot control from where the traffic is coming, also the document doesn't share the API permissions for which need to be assign so they cannot until they know guarantee that the permissions will fall within the range that is 'scopeable' (not sure that's a word) …
Is there a version which uses the MSAL.NET library but provides support for Delegated Permissions please? Possibly using the ROPC credential flow …
08-09-22 12:41 PM