Package security_lso_service

Index

IdpConfig

Config of an identity provider.

Fields
provider

Provider

Name of the identity provider.

enabled

bool

True if allows the user to sign in with the provider.

experiment_percent

int32

Percent of users who will be prompted/redirected federated login for this IDP

key

string

OAuth2 client ID.

secret

string

OAuth2 client secret.

whitelisted_audiences[]

string

Whitelisted client IDs for audience check.

apple_code_flow_config

AppleCodeFlowConfig

Additional config for Apple for code flow.

AppleCodeFlowConfig

Additional config for Apple for code flow.

Fields
team_id

string

Apple Developer Team ID.

key_id

string

Key ID for the private key.

private_key

string

Private key used for signing the client secret JWT.