webApplication 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
指定 Web 应用程序的设置。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| homePageUrl | String | 应用程序的主页或登录页面。 |
| implicitGrantSettings | implicitGrantSettings | 指定此 Web 应用程序是否可以使用 OAuth 2.0 隐式流请求令牌。 |
| logoutUrl | String | 指定 Microsoft 授权服务使用正向通道、反向通道或 SAML 注销协议注销用户时所使用的 URL。 |
| redirectUris | String collection | 指定用于登录的用户令牌的 URL,或发送 OAuth 2.0 授权代码和访问令牌的重定向 URI。 |
| redirectUriSettings | redirectUriSettings 集合 | 指定发送用户令牌用于登录的 URL 的索引。 这仅适用于使用 SAML 的应用程序。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"homePageUrl": "String",
"implicitGrantSettings": {"@odata.type": "microsoft.graph.implicitGrantSettings"},
"logoutUrl": "String",
"redirectUris": ["String"],
"redirectUriSettings": [
{
"@odata.type": "microsoft.graph.redirectUriSettings"
}
],
}
反馈
提交和查看相关反馈