webApplication 资源类型
命名空间:microsoft.graph
指定 Web 应用程序的设置。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| homePageUrl | String | 应用程序的主页或登录页面。 |
| implicitGrantSettings | implicitGrantSettings | 指定此 Web 应用程序是否可以使用 OAuth 2.0 隐式流请求令牌。 |
| logoutUrl | String | 指定 Microsoft 授权服务使用正向通道、反向通道或 SAML 注销协议注销用户时所使用的 URL。 |
| redirectUris | 字符串集合 | 指定用于登录的用户令牌的 URL,或发送 OAuth 2.0 授权代码和访问令牌的重定向 URI。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"homePageUrl": "String",
"implicitGrantSettings": {"@odata.type": "microsoft.graph.implicitGrantSettings"},
"logoutUrl": "String",
"redirectUris": ["String"]
}
反馈
提交和查看相关反馈