Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.59 KB

File metadata and controls

54 lines (41 loc) · 1.59 KB
title publicClientApplication resource type
description Specifies settings for non Web App or Web Api. (for example, Mobile or other public client such as an installed application running on a desktop device)
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author Jackson-Woods
ms.date 07/31/2024

publicClientApplication resource type

Namespace: microsoft.graph

Specifies settings for nonweb app or nonweb API (for example, mobile or other public clients such as an installed application running on a desktop device).

Properties

Property Type Description
redirectUris String collection Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing "{BUNDLEID}". For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth.

JSON representation

The following JSON representation shows the resource type.

{
  "redirectUris": ["String"]
}