auth

Get social login redirect URL

Get the redirect URL for social authentication

get/api/auth/login/{provider}

Path parameters

providerstring required

Query parameters

redirect_uristring nullable

Optional redirect URI after authentication

Optional redirect URI after authentication

Response

Successful Response

redirect_urlstring required

URL to redirect user for social authentication

providerstring required

Social provider name

Example response

{
  "provider": "google",
  "redirect_url": "https://auth.corabea.it/realms/corabea/broker/google/login"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.