magic_link: Magic link authenticationotp: Email OTP authenticationgoogle_sso: Google SSOmicrosoft_sso: Microsoft SSOlinkedin_sso: LinkedIn SSOokta_sso: Okta SSOcurl --location -g --request GET 'https:///auth-service/api/v2/feature-flags/logins' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "Login feature flags retrieved",
"data": {
"items": [
{
"name": "google_sso",
"description": "Google SSO",
"is_active": true
},
{
"name": "magic_link",
"description": "Magic Link Authentication in Passwordless Login",
"is_active": true
},
{
"name": "otp",
"description": "Email OTP Authentication in Passwordless Login",
"is_active": false
}
],
"count": 3
}
}