Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 621 Bytes

active-directory-develop-guidedsetup-windesktop-configure-arp.md

File metadata and controls

27 lines (23 loc) · 621 Bytes
title description services documentationcenter author manager editor ms.service ms.devlang ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author ms.custom
include file
include file
active-directory
dev-center-name
jmprieur
mtillman
active-directory
na
include
na
identity
09/17/2018
jmprieur
include file

Add the application’s registration information to your app

In this step, you need to add the Application Id to your project.

  1. Open App.xaml.cs and replace the line containing the ClientId with:
private static string ClientId = "[Enter the application Id here]";