Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.78 KB

File metadata and controls

61 lines (48 loc) · 1.78 KB
title webApplication resource type
description Specifies settings for a web application.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author Jackson-Woods
ms.date 04/03/2024
ms.custom sfi-ropc-nochange

webApplication resource type

Namespace: microsoft.graph

Specifies settings for a web application.

Properties

Property Type Description
homePageUrl String Home page or landing page of the application.
implicitGrantSettings implicitGrantSettings Specifies whether this web application can request tokens using the OAuth 2.0 implicit flow.
logoutUrl String Specifies the URL that is used by Microsoft's authorization service to log out a user using front-channel, back-channel or SAML logout protocols.
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.

JSON representation

The following JSON representation shows the resource type.

{
  "homePageUrl": "String",
  "implicitGrantSettings": {"@odata.type": "microsoft.graph.implicitGrantSettings"},
  "logoutUrl": "String",
  "redirectUris": ["String"]
}