You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building an app that has multiple oauth providers and different context for oauth. I need a way to pass parameters to the query url that will be passed back in the redirect url to identify where the code is coming from to then query the right adapter.
Hello
I'm building an app that has multiple oauth providers and different context for oauth. I need a way to pass parameters to the query url that will be passed back in the redirect url to identify where the code is coming from to then query the right adapter.
Ex:
moodle connection URL: http://moodledomain.com/local/oauth/login.php?client_id=EXAMPLE&response_type=code&foo=bar
redirects to http://redirectUrl?code=<token>&foo=bar
(variable used in this example is foo=bar)
That's the way im using with every other oauth implementation, it looks standard.
Thanks in advance
The text was updated successfully, but these errors were encountered: