You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Documentation says requires_username needs to be a property of validation. By following the Documentation Auth0 returns a Bad Request saying "Payload validation error: 'Additional properties not allowed: requires_username' on property options.validation (Options for validation).".
I actually like the idea of having requires_username within the validation field as it is currently documented.
So instead of opening a PR with Documentation Changes I first wanted to check in if there might be a version mismatch or if you are planning to support the documented data structure.
Description
The Documentation says
requires_username
needs to be a property ofvalidation
. By following the Documentation Auth0 returns a Bad Request saying "Payload validation error: 'Additional properties not allowed: requires_username' on property options.validation (Options for validation).".I actually like the idea of having
requires_username
within the validation field as it is currently documented.So instead of opening a PR with Documentation Changes I first wanted to check in if there might be a version mismatch or if you are planning to support the documented data structure.
Reproduction
The current API Behaviour is to accept
requires_username
inside the options object.Environment
The text was updated successfully, but these errors were encountered: