Hi all,
We are using an solution based on Oauth authorization flow, but a 403 error is making the things complicated to evolve in the project.
The problem occurs when a client authenticates in Oauth using the "Keep me signed in" option. All things goes well, but when i close my browser and open it again requesting the Oauth flow, i get an 403 error.
With the help of some people of this community i have found that OAuth uses an header to make the authentication and when i close the browser, this parameter vanishes lefting only cookies that Oauth can´t handle alone.
My question is: How can i fix this behavior? Is there any workaround? Researching in Internet i haven´t found anything that could help.
One more time, thanks a lot for helping.