Forum Discussion

bongsakorn's avatar
6 years ago

Problem when sso authen

Hello,

I try to authen to get token via

https://stage.<my_comminuty>/auth/oauth2/authorize?client_id={client_id}&response_type=code&redirect_uri={callback_url}

 

but I  got error 500 about component.content.studio-title (content).  and try

 

https://<my_comminuty>/auth/oauth2/authorize?client_id={client_id}&response_type=code&redirect_uri={callback_url}

 

It's work fine. See configuration in admin page, look similar. I don't know what's going on. please suggest.

 

Thank you in advanced.

  • Hi bongsakorn,

    can you share some of your parameter values, at least the URLs you're requesting?

    • I add client id at System -> API apps and I just use localhost:8000.