Unable to redirect to the authorization page after successfully logging in

  • Are you the developer of the app or just using it?

    Is it a mobile app or web app?

    Do you know what type of url it's trying to redirect to? A website url or a custom scheme starting with something other than http(s)://?
  • I am a mobile app developer, the redirect url is a custom scheme like 'abc://', not https://
  • Could you post to the zotero-dev mailing list with details about how you're passing the redirect and what you're seeing happen at the end of the process?

    This was recently updated, but we haven't had other reports of it breaking oauth flows.

    Our tests generally still seem to work to redirect, to both web urls and custom schemes using a standard browser.

    We did change it so that the redirect is now triggered from JS on the page. I guess it's possible that the browser you're using for the key exchange does not allow this.
  • https://groups.google.com/g/zotero-dev/c/fYh5C136dOI

    I have written the operation steps here, and you also tested it without logging in? Is everything working properly?
    Will it correctly redirect to the authorization page after successful login?
Sign In or Register to comment.