Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome/FireFox: wicked UI does not accept any redirect URIs with custom schemes #215

Closed
DonMartin76 opened this issue Jul 24, 2019 · 0 comments
Labels
Milestone

Comments

@DonMartin76
Copy link
Member

With Chrome and Firefox you cannot register redirect URIs with custom schemes; they are rejected with the following error message: "Redirect URI is a valid URL, but must contain a host. Please check documentation."

With Safari, it works as expected.

Background: new URL('myscheme://localhost/callback') is not interpreted to contain a host property on FireFox and Chrome, but on Safari it is (and is also in node.js). The parsing of the URL has to be changed to always support custom schemes, on all browsers.

@DonMartin76 DonMartin76 changed the title Chrome: wicked UI does not accept any redirect URIs with custom schemes Chrome/FireFox: wicked UI does not accept any redirect URIs with custom schemes Jul 24, 2019
DonMartin76 added a commit to apim-haufe-io/wicked.ui that referenced this issue Jul 24, 2019
- Don't check host in UI (it's checked in the backend)
@DonMartin76 DonMartin76 added this to the 1.0.0-rc.9 milestone Jul 24, 2019
maksimlikharev pushed a commit to clarivate/wicked.ui that referenced this issue Jul 29, 2019
*  Fix help file for password grant referesh_token curl sample  (#42)

* Feature to allow publishing of an api without having to require any authentication.

* Don't show application related message for no-auth API

* Fixed issue Haufe-Lexware/wicked.haufe.io#177

* Fixed Haufe-Lexware/wicked.haufe.io#179

* Fix help file for password grant referesh_token curl sample

* Update jQuery to 3.4.1

* Bump to version 1.0.0-rc.5

* Bump to version 1.0.0-rc.6

* Allow loading of Javascript in static content (#44)

* Fixes Haufe-Lexware/wicked.haufe.io#210

- Protected auth methods aren't displayed if they aren't given as a request parameter

* Add short note to login if there are other auth methods

* Bump to version 1.0.0-rc.7

* Bump to version 1.0.0-rc.8

* Slight misstatement in the help page

* Added ajax calls on approve/decline action (#50)

* Fix of Haufe-Lexware/wicked.haufe.io#215

- Don't check host in UI (it's checked in the backend)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant