Hi,
I have been commissioned to automate a website with Auth0 authentication (Authorization Code Flow). I have researched that it uses PKCE and SPA.
I was checking that it sends the following variables: auth0Client, code_challenge, nonce, state, client_id. How to create these variables?
How can I automate the recovery of a code for automated tests?
I thank you a lot in advance,