Closed gormus closed 2 years ago
I also tried the same Oauth configuration on a cloud instance using the same paraio.com account. But the results are the same.
Are you sure your OAuth2 settings are correct? For example this doesn't look right to me:
scoold.security.oauth.profile_url = "https://my-oauth-vendor.com/v1/users/[:id]/public-profile"
The [:id]
will not be replaced with anything nor is it correct to query a single user profile.
Try with another scope value like openid email profile
you were correct @albogdano. I changed the scoold.security.oauth.profile_url
value with another API endpoint available by my vendor, and it just worked afterwords :)
Cheers
Hi,
I'm running Scoold locally with an instance of paraio.com development account.
When I try to login at http://localhost:8000/ I get redirected to my oauth provider as expected, and it successfully redirects back to paraio.com/oauth2_auth with a 200 status. But it doesn't redirect back to my localhost instance, and just stays on para.
I'm clearly missing something out. Could you help?