I am trying to integrate Zapier with my OAuth Authorization Server. It seems that the login information is not persisting, because after I try to make a GET request to /oauth2/authorize
, I am redirected to the login page. After a successful login, when Zapier tries to make a POST request to /oauth2/token
, it receives the login HTML page again.
When I try the authorization flow using Postman, it works, and I developed a client-server application to test the authorization server, and it also works. What can I do to fix this?
I am using the Spring Authorization Server dependency.