Paul,
Sorry currently there is no way to add an additional redirect_uri to a single account. I would created a new client ID as OAuth 2.0 states that each client_id should have only 1 redefined redirect_uri (assuming this is what you are talking about). The plugin was not built in a way where it could be extended easily (i regret this). I am currently working with a team to build a new plugin from the ground up that is more user/developer friendly. Sorry for the inconvenience.
I see. Is anyway that can
Be created as a dynamic. Where I don’t know who is the provider but let the return link and parameters be what ever is being passed by?
Thank you for your feedback.
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 :
http://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!