eScribe Meetings Std & Pro App – ADFS Configuration

Katie Miles
Katie Miles
  • Updated

In order for the eSCRIBE Meetings Standard (iPad) or Professional Applications (for Windows 10 or iPad) to be connected with an organizations ADFS, the app must first be registered within the ADFS that will be used. Please complete the following steps, depending on the authentication in use with your eSCRIBE site.

NOTE: ADFS 3.0 is the minimum requirement to use eSCRIBE Meetings Std and Pro apps.

App registration for ADFS 3.0

For additional information from Microsoft on completing this step please see the following Microsoft link:

https://docs.microsoft.com/en-us/powershell/module/adfs/add-adfsclient?view=win10-ps

To register the App(s):

Run below command(s) on your ADFS server

For use of iPad Mtgs STD & iPad Mtgs PRO app:

Add-ADFSClient -Name "eSCRIBE_App" -ClientId "23A77FA6-6951-4611-AEE3-99F5936E9C85" -RedirectUri "ms-app://s-1-15-2-86627599-1409864723-1704662058-2377925903-3915810655-2336476812-747460542/"

For use of Mtgs Pro Windows 10 app:

Add-ADFSClient -Name "eSCRIBE_UWP_App" -ClientId "FF71EFF8-11F5-445e-9D31-C8706C48F69D" -RedirectUri "ms-app://S-1-15-2-3585911706-2492430066-1922640115-3814228788-4263615920-112324596-2256370002"

This can be disabled or removed any time.

 Add registration for ADFS 4.0

Application Groups > Add Application Group

Enter any Name and Description

Select Standalone applications > Native application > Next

For iPad Mtgs STD & iPad Mtgs PRO app:

Enter Client Identifier: 23A77FA6-6951-4611-AEE3-99F5936E9C85

Enter Redirect URI: ms-app://s-1-15-2-86627599-1409864723-1704662058-2377925903-3915810655-2336476812-747460542

For Mtgs Pro Windows 10 app:

Enter Client Identifier: FF71EFF8-11F5-445e-9D31-C8706C48F69D

Enter Redirect URI: ms-app://S-1-15-2-3585911706-2492430066-1922640115-3814228788-4263615920-112324596-2256370002

Click Next

Review and click Next

Click Close

Now that the apps are registered, we need to grant the apps permission to use our Relying Party Trust (RPT). Run this command in your ADFS PowerShell

For Mtgs STD iPad & Mtgs PRO iPad app:

Grant-AdfsApplicationPermission -ClientRoleIdentifier "23A77FA6-6951-4611-AEE3-99F5936E9C85" -ServerRoleIdentifier ""

For Mtgs Pro Windows 10 app:

Grant-AdfsApplicationPermission -ClientRoleIdentifier " FF71EFF8-11F5-445e-9D31-C8706C48F69D " -ServerRoleIdentifier ""

Your RPT identifier looks like this: urn:xxxxxxxx.escribemeetings.com:sharepoint

 

Comments

0 comments

Please sign in to leave a comment.