Skip to content

Latest commit

History

History
32 lines (26 loc) 路 1.53 KB

microsoft.md

File metadata and controls

32 lines (26 loc) 路 1.53 KB

馃獰 Signing in users with Microsoft

This how-to assumes you've already enabled Identity Platform, and have a basic knowledge. Please see the GitHub tutorial to learn how.

The most important steps are...

Register an application

  1. Sign in to the Azure portal.
  2. Search for and select Azure Active Directory.
  3. Under Manage, select App registrations -> New registration. Screenshot: App registration
  4. Enter a display Name and as redirect URI your Firebase URL. Screenshot: Regsiter an application
  5. Select Register to complete the initial app registration.
  6. When registration finishes, the Azure portal displays the app registration's Overview pane. You see the Application (client) ID. Screenshot: verview pane
    1. Copy the application (client) ID.
    2. Add a new client secret.
  7. Create a new client secret. Screenshot: Certificates & secrets
  8. Enter a description and choose an expiration date. Screenshot: Certificates & secrets
  9. Copy the value of the application (client) secret. Screenshot: Certificates & secrets

Create Microsoft provider

  1. Go to the Identity Platform page in the Google Cloud console and create a new provider (Microsoft). Paste App ID and App Secret. Screenshot: Credentials