ADFS Redirection error

Hi,

I am testing ADFS connection and able to see my adfs login page. After successful login, page get redirected to domain ( its the free account domain attached to my Auth0 account) and ends up with below error:
Browser URL: https://dev-7p-2vjt3.au.auth0.com/
Browser Tab content: Cannot POST /

Please help why?
thanks,
Jaspal Singh

As mentioned in (Connect Your App to ADFS), in particular, at step 8 of the process:

enter the following value in the textbox https://YOUR_DOMAIN/login/callback or if you are using a custom domain, use https://<YOUR CUSTOM DOMAIN>/login/callback

From what you described ADFS is sending a response to https://dev-7p-2vjt3.au.auth0.com/ while it should be sending a response to https://dev-7p-2vjt3.au.auth0.com/login/callback.

You should revise the ADFS configuration in order to ensure it was performed in accordance with the link above.