You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
I am trying to implement this example on my server but the problem is that I'm having a slightly different setup.
I am having a website on (client) https://localhost:4200 which talks to the REST API on (server) https://localhost:8443.
One of my problems at the moment is that the last redirect will be back to (server) https://localhost:8442 and not to the calling website.
What I see is that after authorization the endpoint
/signup
is getting called:and for some reason after finishing this call, the web client gets redirected to (server) https://localhost:8443/signup
Anyway, is there a way to extend https://github.com/spring-projects/spring-social-samples or is there any example out there with a similar setup than mine? I'm looking for quite a while now but I'm stuck.
Btw I am having this question on stackoverflow in case somebody can help here.
The text was updated successfully, but these errors were encountered: