How do i define redirect uri for appstudio App registration? Is the error 400 due to this while login the app?

837
4
08-28-2017 01:03 AM
GeoDevPathways_Data
New Contributor II

["https://<server>[:port]"] or ["http://<server>[:port]"] 

we are assuming server is our arcgis organisational landing page but what is the port?

0 Kudos
4 Replies
nakulmanocha
Esri Regular Contributor

Have you provided a valid ClientID (aka App ID) to the app in the advanced settings?

0 Kudos
GeoDevPathways_Data
New Contributor II

We have provided the app ID, but we are unsure about what the redirect uri is. Does it automatically provides the uri once the app ID is provided.

0 Kudos
nakulmanocha
Esri Regular Contributor

Can you please try using this "urn:ietf:wg:oauth:2.0:oob" for redirect_uri when registering your app in your org account? 

GeoDevPathways_Data
New Contributor II

I tried this and it worked out. thanks man. 

0 Kudos