Problem when authenticating arcgis web appbuilder

1034
1
Jump to solution
05-17-2021 12:39 AM
Labels (1)
hamidmechouet
New Contributor II

Hello, I am here today to ask for help, I have a problem when installing the arcgis web appbuilder for the first time, I cannot authenticate myself. I cannot access the web app builder as soon as I confirm the authentication, it returns to the main page ...
anyone have any ideas how to solve the problem ?.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
BrianWilson
Occasional Contributor II

It's a pain and won't work until you get the "Redirect URI" setting correct. In my notes I say "https://localhost:3344/" and at some point I added "you must use HTTPS not HTTP". I know you can put many entries in there, if one does not work keep adding more 🙂 For example if you are accessing it from a different machine (using your machines IP address of course) you could put 4 lines in like this just to be sure something works. Good luck, I struggled with connections too.

http://192.168.1.1:3344/

https://192.168.1.1:3344/

http://localhost:3344/

https://localhost:3344/

 

View solution in original post

0 Kudos
1 Reply
BrianWilson
Occasional Contributor II

It's a pain and won't work until you get the "Redirect URI" setting correct. In my notes I say "https://localhost:3344/" and at some point I added "you must use HTTPS not HTTP". I know you can put many entries in there, if one does not work keep adding more 🙂 For example if you are accessing it from a different machine (using your machines IP address of course) you could put 4 lines in like this just to be sure something works. Good luck, I struggled with connections too.

http://192.168.1.1:3344/

https://192.168.1.1:3344/

http://localhost:3344/

https://localhost:3344/

 

0 Kudos