• Resolved rupertrawnsley

    (@rupertrawnsley)


    Is it possible to specify multiple redirect URIs per client? This would be useful in our situation where we have several domains from the same codebase, but would like to use a single client in the WordPress OAuth plug-in so there are less sensitive credentials to manage.

    This is possible with other OAuth providers like Google and Microsoft where you can specify a list of valid redirect URIs.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Justin Greer

    (@justingreerbbi)

    Hi and Thank you for reaching out.

    Multiple redirect URIs are simple with WP OAuth Server. Simply use space separated values in the Redirect URI input for a client.

    Looking into your question, I realized there is no description for this in the plugin currently. Thank you! I will be added a description to the plugin shortly.

    Thread Starter rupertrawnsley

    (@rupertrawnsley)

    Thanks for getting back to me so quickly. I tried commas and semicolons, but I didn’t think to try spaces! 🙂

    Plugin Author Justin Greer

    (@justingreerbbi)

    I will be sure to make that more clear in future releases.

    Thanks again!

    Thread Starter rupertrawnsley

    (@rupertrawnsley)

    Small problem: if I enter spaces they are getting escaped to %20 as if they are part of one big URL.

    Plugin Author Justin Greer

    (@justingreerbbi)

    When you say the URL is encoded, are you referring to the Redirect URI in the settings page?

    If so, please consider updating to the latest version (4.1.5).

    Thread Starter rupertrawnsley

    (@rupertrawnsley)

    I can confirm this is fixed in 4.1.5. Thanks again.

    Plugin Author Justin Greer

    (@justingreerbbi)

    Great! Thank you for letting us know.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Multiple redirect URIs per client’ is closed to new replies.