Hi Team,
We are using StartPasswordlessEmailFlowAsync API for starting passwordless authentication with below parameters-
{
Email = ‘ritesh.rai+op1309@torinit.ca’,
ClientId = ‘3qzeHEwQnWaXDRQP48TdcUKQRXcZ8aBt’,
ClientSecret = ‘jShjGV8S9llP3MgopdRqXdqgyVu8yJq_m1Nc_18GVVBv0N0M3nd28hyA2LEUb3MG’,
Type = PasswordlessEmailRequestType.Code,
AuthenticationParameters = new Dictionary<string, object>() {
{
“scope”, “openid profile email offline_access”
}
}
}
We are getting success response as shown below but not getting OTP on the email .
This functionality was working properly till Friday .
An urgent help is needed as we are planning a client demo.