nonce
query string parameter in the authentication request, and included in the response from Auth0. This allows applications to correlate the ID Token response from Auth0 with the initial authentication request.
To learn more about where to include the nonce, see Add Login Using the Implicit Flow with Form Post.
state
and nonce
parameters for you when using cross-origin authentication.HttpOnly
nonce
claim must contain the exact same value that was sent in the request.
If not, authentication should be rejected by the application.