Configure public client flows in Azure

For MS Graph with Resource Owner Password Credentials, configure Allow public client flows in Microsoft Entra ID.

If Allow public client flows is set to YES, do not specify the Client secret. Else, specify the Client secret.

  1. Login to https://portal.azure.com/.

    Ensure that you have necessary permissions to change the application settings.

  2. Click View for Manage Microsoft Entra ID.

  3. From the Manage menu, click App registrations.

  4. On the right pane, select your application for Microsoft Entra ID.

  5. From the Manage menu, click Authentication.

  6. Under Advanced settings in the right pane, set the Allow public client flows value to Yes.

  7. Click Save.