What would you like to know more about?

Identity Provider Settings

You'll need to copy and update a chunk of JSON code in the settings, incorporating the External Login Callback URL.

  1. Copy the code block, and paste it into Settings.
    { "RedirectUri": "https://[Domain]/ministryplatformapi/oauth/callback/[IdentityProviderUniqueID]", "Wtrealm":"urn:WindowsAuthenticationService" }
  2. Replace the URL with the External Login Callback URL you previously created.