ExternalAuthentication
External Authentication
Add external authentication link
This function adds an External Authentication authorization link to an account.
get/ExternalAuthentication/add_authn_link
Query parameters
preferred_usernamestring required
Example:Example
The preferred username of the account on the identity provider.
provider_idstring required
Example:google
The name of the identity provider.
subject_unique_identifierstring required
Example:123456789012345678901
The unique identifier for the user at the identity provider.
usernamestring username required
Example:example
The username.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "add_authn_link",
"module": "ExternalAuthentication",
"result": {
"status": 1
}
}