Newer Version Available
External Auth Identity Provider Input
External auth identity provider input.
- Root XML tag
- <externalAuthIdentityProvider>
- JSON example
- To create an external auth identity provider, you must also use the POST method with the /named-credentials/external-auth-identity-provider-credentials/fullName resource to populate the identity provider's credentials.
-
1{ 2 "label": "extl_auth_identity_provider_auth_code_flow", 3 "fullName": "extl_auth_identity_provider_auth_code_flow", 4 "description": "test", 5 "authenticationProtocol": "OAuth", 6 "authenticationFlow": "AuthorizationCode", 7 "authorizeUrl": "https://identityprovider.com/services/oauth2/authorize", 8 "tokenUrl": "https://identityprovider.com/services/oauth2/token" 9} - Properties
-