Set up authentication using Microsoft Sign-In

December 12, 2025 ยท View on GitHub

Android

  1. Add microsoft.com to the providers configuration array.
  2. See Before you begin and follow the instructions to configure sign-in with Microsoft correctly. Attention: Make sure you select Web as the platform for your redirect URI when registering a Microsoft OAuth client (step 4).

iOS

  1. Add microsoft.com to the providers configuration array.
  2. See Before you begin and follow the instructions to configure sign-in with Microsoft correctly.
    Attention: Make sure you select Web as the platform for your redirect URI when registering a Microsoft OAuth client (step 4).
  3. Add custom URL schemes to your Xcode project:
    1. Open your project configuration. Select your app from the TARGETS section, then select the Info tab, and expand the URL Types section.
    2. Click the + button, and add a URL scheme for your reversed client ID. You find this value in your GoogleService-Info.plist configuration file. Look for the REVERSED_CLIENT_ID key and paste the value of that key into the URL Schemes box on the configuration page. Leave the other fields blank.

Web

  1. See Before you begin and follow the instructions to configure and enable sign-in with Microsoft correctly.
    Attention: Make sure you select Web as the platform for your redirect URI when registering a Microsoft OAuth client (step 4).