How to setup microsoft SSO

i am trying to setup microsoft outlook sso

but

AADSTS900144: The request body must contain the following parameter: ‘scope’.


add additional params as object in “Auth URL Data” field. Refer existing templates for examples.

@revant_one

right now i am fracing this

Sorry, but we’re having trouble signing you in.

AADSTS650056: Misconfigured application. This could be due to one of the following: the client has not listed any permissions for ‘AAD Graph’ in the requested permissions in the client’s application registration. Or, the admin has not consented in the tenant. Or, check the application identifier in the request to ensure it matches the configured client application identifier. Or, check the certificate in the request to ensure it’s valid. Please contact your admin to fix the configuration or consent on behalf of the tenant. Client app ID: 2d350e13-6318-4fe4-aa46-11f2e25ec6c5.

“scope” was part of standard OAuth2/OIDC. Rest of the things are specific to Microsoft.

Hope someone using Microsoft providers help you.