你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DevToolPortalSsoProperties interface

单一登录相关配置

属性

clientId

应用程序的公共标识符

clientSecret

仅应用程序和授权服务器已知的机密

metadataUrl

具有通用 OIDC 提供程序配置的 JSON 文件的 URI。

scopes

它定义可以允许应用程序代表用户执行的特定操作

属性详细信息

clientId

应用程序的公共标识符

clientId?: string

属性值

string

clientSecret

仅应用程序和授权服务器已知的机密

clientSecret?: string

属性值

string

metadataUrl

具有通用 OIDC 提供程序配置的 JSON 文件的 URI。

metadataUrl?: string

属性值

string

scopes

它定义可以允许应用程序代表用户执行的特定操作

scopes?: string[]

属性值

string[]