Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.48 KB

File metadata and controls

39 lines (31 loc) · 1.48 KB
title implicitGrantSettings resource type
description Specifies whether this web application can request tokens using the OAuth 2.0 implicit flow. Separate properties are available to request ID and access tokens as part of the implicit flow. To enable implicit flow, at least one of the following properties must be set to true.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author Jackson-Woods
ms.date 04/03/2024
ms.custom sfi-ropc-nochange

implicitGrantSettings resource type

Namespace: microsoft.graph

Specifies whether this web application can request tokens using the OAuth 2.0 implicit flow. Separate properties are available to request ID and access tokens as part of the implicit flow. To enable implicit flow, at least one of the following properties must be set to true.

Properties

Property Type Description
enableAccessTokenIssuance Boolean Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.
enableIdTokenIssuance Boolean Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow.

JSON representation

The following JSON representation shows the resource type.

{
  "enableIdTokenIssuance": "Boolean",
  "enableAccessTokenIssuance": "Boolean"
}