[GH-ISSUE #229] Redirect URI not working #127

Closed
opened 2026-03-03 16:45:55 +03:00 by kerem · 1 comment
Owner

Originally created by @SamL98 on GitHub (May 15, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/229

I was previously using the default authorize_url_handler for authorization, and the redirect_uri that I registered with Spotify worked properly. However, I recently set the authorize_url_handler to a custom webview. The authorization still works but the redirect_uri doesn't anymore. Did the default oauthswift handler append something to the uri that I should do as well?

Originally created by @SamL98 on GitHub (May 15, 2016). Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/229 I was previously using the default authorize_url_handler for authorization, and the redirect_uri that I registered with Spotify worked properly. However, I recently set the authorize_url_handler to a custom webview. The authorization still works but the redirect_uri doesn't anymore. Did the default oauthswift handler append something to the uri that I should do as well?
kerem closed this issue 2026-03-03 16:45:55 +03:00
Author
Owner

@phimage commented on GitHub (May 15, 2016):

Did you define a delegate to your webview,maybe the delegate do something
You can in delegate handle the redirection url and call OauthSwift.handleOp...
But redirection with scheme must work as well

<!-- gh-comment-id:219307132 --> @phimage commented on GitHub (May 15, 2016): Did you define a delegate to your webview,maybe the delegate do something You can in delegate handle the redirection url and call OauthSwift.handleOp... But redirection with scheme must work as well
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#127
No description provided.