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 of users who will be prompted/redirected federated login for this IDP |
key |
OAuth2 client ID. |
secret |
OAuth2 client secret. |
whitelisted_ |
Whitelisted client IDs for audience check. |
apple_ |
Additional config for Apple for code flow. |
AppleCodeFlowConfig
Additional config for Apple for code flow.
Fields | |
---|---|
team_ |
Apple Developer Team ID. |
key_ |
Key ID for the private key. |
private_ |
Private key used for signing the client secret JWT. |