Package security_lso_service

索引

IdpConfig

身份提供方的配置。

字段
provider

Provider

身份提供方的名称。

enabled

bool

如果允许用户使用提供方进行登录,则为 true。

experiment_percent

int32

系统会提示/重定向用户通过此 IDP 进行联合登录的用户所占百分比

key

string

OAuth2 客户端 ID。

secret

string

OAuth2 客户端密钥。

whitelisted_audiences[]

string

用于受众群体检查的已列入白名单的客户端 ID。

apple_code_flow_config

AppleCodeFlowConfig

针对 Apple 的代码流程的其他配置。

AppleCodeFlowConfig

针对 Apple 的代码流程的其他配置。

字段
team_id

string

Apple 开发者团队 ID。

key_id

string

私钥的密钥 ID。

private_key

string

用于为客户端密钥 JWT 签名的私钥。