Basically, I’m trying to allow admins on my site to send emails that will authenticate a user and redirect them so a certain resource on the site. I have tried using the auth0 AuthenticationClient.passwordless.sendEmail which is triggered on my API server when a certain request is called but I am receiving the error below. Any Ideas on how to sort this out?
Tried
Sending a “random string” (literally) as the nonce in the Passworless Parametes but this returns a token mismatch.
This is because OIDC mandates that the id_token issued must have a nonce to prevent against replay attacks. Please let me know if this helps you resolve the issue. Thanks!
After checking with our team this sounds like it’s being addressed and may see changes at the start of next week. If you don’t mind please follow up with me in this thread on Monday to see if the issue is still present. Thanks!
For me in the above screenshot the Authentication Parameters text is grayed out and cannot be manipulated. I’m utilizing the latest version of chrome in this sample. Any additional insight would be appreciated, thank you.
After checking with our support department @Will_i_am they were aware of the issue and are currently working on a fix. However it’s important to note, you can add a custom email provider to be able to make custom changes to the Authentication Params as a temporarily work around. I apologize for any confusion.