Get External Login
GET/api/authentication/externallogin
Tier: Public — stable, supported for third-party integration.
Returns the OAuth2 authorisation URI for the specified external provider.
The client should redirect the user's browser to the returned URI to initiate
the OAuth2 consent flow. After consent, the provider redirects back with a
code parameter that should be passed to AuthenticationController.LoginExternalUser(...).
Request
Responses
- 200
OK