Justin,
I need your help in regard of a wordpress survey I am managing.
I have installed the oauth2 provider in my wordpress. all good there.
now I need to redirect at the end of word press survey(blog) a return link that has some parameters.(ac, and state)
so, i have added a client called gmi
here is their return link :
https://surveys.globaltestmarket.com/survey/gmi/276035?ac=${access_code}&state=${state}
I want to use the first method :authorize
question:
I put the entire link with the parmaters inside the redirect url? or just up before the “?” in the link above ?
then, how to formulate the start link with the “authorize” you have, do I place the ac, and state, from the provider and then the 3 parameters needed client_id=gmi , reposnse_type= ??? and state?
please advise so I understand.
thank you so much for you help in advance!