Hi, I'm looking to integrate the thirdparty social...
# support-questions-legacy
a
Hi, I'm looking to integrate the thirdparty social login Discord service. I have a unique Id which should be attached with the Redirect url if possible. My current redirect url will be something like : xyz.com/auth/callback. So when it redirects to this page along with the state and access code, I want to get the unique Id as well, so that after the call back I can redirect to this page url ike : xyz.com/_unique_Id_. Is there a way to how to do it? Also is it possible to pass our own state ? Also how to change the scope too?