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

SsoProperties interface

单一登录相关配置

属性

clientId

应用程序的公共标识符

clientSecret

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

issuerUri

颁发者标识符的 URI

scope

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

属性详细信息

clientId

应用程序的公共标识符

clientId?: string

属性值

string

clientSecret

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

clientSecret?: string

属性值

string

issuerUri

颁发者标识符的 URI

issuerUri?: string

属性值

string

scope

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

scope?: string[]

属性值

string[]