sumup / sumup-android-sdk

Sample App for the SumUp Android SDK
Other
100 stars 29 forks source link

Consent screen home page url not accepting port for developer purposes #136

Closed dimitargrozdanov2 closed 3 years ago

dimitargrozdanov2 commented 3 years ago

Hi,

I am following this guide:

https://developer.sumup.com/docs/authorization/#authorization-flows

On step 1 "redirect_uri" is required to be provided.

However, on the Consent screen, it does not accept port as a parameter as it is on the screenshot below.

image

The home page url requires a valid production website but I want to use localhost with port 5001.

Your validation on the URL does not allow me to provide the port, therefore I am unable to continue my process of obtaining the transaction information.

Here is the URL i want to use: http://www.localhost:5001/api/v1/Consent

Please advise.

dimitargrozdanov2 commented 3 years ago

We will be looking to implement the Implicit or the Resource Owner Password Credentials grant flows and we will be in touch.