Index
-
IdpConfig(message) -
IdpConfig.AppleCodeFlowConfig(message)
IdpConfig
Config of an identity provider.
| Fields | |
|---|---|
provider
|
Name of the identity provider. |
enabled
|
True if allows the user to sign in with the provider. |
experiment_percent
|
Percent of users who will be prompted/redirected federated login for this IDP |
key
|
OAuth2 client ID. |
secret
|
OAuth2 client secret. |
whitelisted_audiences[]
|
Whitelisted client IDs for audience check. |
apple_code_flow_config
|
Additional config for Apple for code flow. |
AppleCodeFlowConfig
Additional config for Apple for code flow.
| Fields | |
|---|---|
team_id
|
Apple Developer Team ID. |
key_id
|
Key ID for the private key. |
private_key
|
Private key used for signing the client secret JWT. |

