What would you like to know more about?

Create an Identity Provider Record in MinistryPlatform

  1. Go to Administration > Identity Providers.
  2. Create a New record.
    • Display Name: Azure AD
    • Provider Name: OAuth 2.0/ Open ID Connect
    • Client ID: The Application [Client] ID you copied from Azure
    • Client Secret: Leave blank for now
    • Metadata Address
    • Is Public Yes
  3. Click Save.
  4. Click Edit.
  5. In Settings, add the Redirect URI Endpoint as shown below, using the Identity Provider Unique ID GUID that was generated when you saved the record.
  6. Click Save.
    {"RedirectUri":"https://my.church.net/ministryplatformapi/oauth/callback/[Identity Provider Unique ID GUID]"}
    {"RedirectUri":"https://test.ministryplatform.net/ministryplatformapi/oauth/callback/2F7E65D6-080F-4ADA-96D0-5529EE8C5143"}

Find and Copy Metadata Address

  1. Go back to your newly created Azure registry.
  2. Go to Overview > Endpoints > OpenID Connect Metadata Document.
  3. Copy the URL.
  4. Paste the URL into the Metadata Address field.