# Configuring ADFS

> This page describes how to configure ADFS to recognize a UiPath Process Mining instance.

## Introduction

This page describes how to configure ADFS to recognize a UiPath Process Mining instance.

:::note
For a detailed description on how to **Create a Relying Trust**, visit the official [Microsoft Documentation Active Directory Federation Services documentation](https://docs.microsoft.com/en-us/windows-server/identity/active-directory-federation-services).
:::

Follow these steps to configure ADFS.

 <colgroup>
  <col/>
  <col/>
 </colgroup>
 
  
     Step  
     Action  
  
 
 
  
     1  
     Open ADFS Management and go to Relying Party Trusts .  
  
  
     2  
     Add a new relying party trust for Process Mining .  &bull; In the Configure Identifiers step add <code>https://[SERVERNAME]/auth/signin-saml/</code> as a Relying party identifier .  &bull; On the Endpoints tab in the Ready to Add Trust window add an endpoint using the following settings: 
      
         Endpoint type:<code>SAML Assertion Consumer</code> 
         Binding:<code>POST</code> 
         Trusted URL:<code>https://[SERVERNAME]/auth/signin-saml/</code> 
      

  
  
     3  
     Edit the Claim Issuance Policy and create a Send LDAP Attributes as Claims rule.  Configure the following settings:  &bull; objectGuid:<code>objectGuid</code> &bull; Is-Member-Of-DL:<code>Group</code> &bull; Display-Name:<code>Name</code> &bull; E-Mail-Addresses : <code>E-Mail Address</code> 
  
  
     4  
     Edit the Claim Issuance Policy and create a Transform an Incoming Claim rule.  Configure the following settings:  &bull; Incoming claim type:<code>objectGuid</code> &bull; Outgoing claim type:<code>Name ID</code> &bull; Outgoing name ID format:<code>Persistent Identifier</code>
