{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "sub_types", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "ExternalAuthIdentityProvider - Metadata API", "description": "Represents an external authentication (auth) identity provider. An external auth identity provider links to an external credential and obtains OAuth tokens for outbound callouts to external systems.", "file_information": ".externalAuthIdentityProvider", "directory_location": "externalAuthIdentityProviders", "fields_columns": [ "type", "required", "description" ], "fields": { "authenticationFlow": { "type": "IdentityProviderAuthFlow (enumeration of type string)", "required": true, "description": "Authentication flow to get tokens to call protected APIs. Values are: AuthorizationCode ClientCredentials SalesforceDefined" }, "authenticationProtocol": { "type": "IdentityProviderAuthProtocol (enumeration of type string)", "required": true, "description": "The authentication protocol that’s required to access the external system. Values are: OAuth SalesforceDefined" }, "description": { "type": "string", "description": "A meaningful description of the external auth identity provider." }, "externalAuthIdentityProviderParameters": { "type": "ExternalAuthIdentityProviderParameter[]", "description": "One or more sets of parameters that further configure the external auth identity provider." }, "label": { "type": "string", "required": true, "description": "Name of the external auth identity provider." } }, "sub_types": { "ExternalAuthIdentityProviderParameter": { "description": { "type": "string", "description": "A human-readable description of this external auth identity provider parameter." }, "parameterName": { "type": "string", "required": true, "description": "The name of the external auth identity provider parameter." }, "parameterType": { "type": "ExtlIdentityProviderParmType (enumeration of type string)", "required": true, "description": "The type of external auth identity provider parameter. The value of this field drives the behavior of the parameter. Values are: AuthorizeRequestQueryParameter AuthorizeUrl ClientAuthentication CreatedByNamespace IdentityProviderOptions ManagedByComponent ManagedByFeature RefreshRequestBodyParameter RefreshRequestHttpHeader RefreshRequestQueryParameter StandardExternalIdentityProvider TokenRequestBodyParameter TokenRequestHttpHeader TokenRequestQueryParameter TokenUrl UserInfoUrl" }, "parameterValue": { "type": "string", "description": "If the parameterType field describes a literal value, then this field stores the literal value." }, "sequenceNumber": { "type": "int", "description": "Specifies the order of parameters to apply when an external auth identity provider has more than one parameter. Priority is from lower to higher numbers (for example, 1 is the highest priority)." } } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n\n\n \n \n \n \n\n\n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of an ExternalAuthIdentityProvider component.", "code": "\n\n AuthorizationCode\n OAuth\n OAuth Browser flow for connected app\n \n TokenUrl\n TokenUrl\n https://localhost:6101/services/oauth2/token\n 1\n \n \n AuthorizeUrl\n AuthorizeUrl\n https://localhost:6101/services/oauth2/authorize\n 2\n \n \n" } ] }