All,
- Environment : WAB 1.1 – Developer Edition ; Portal 10.3.1 (Not federated);
- ArcGIS Server 10.3.1, Web adaptors resides on the same box.
- ArcGIS server configured – Web Tier ;
- User Store – Windows Domain ; Roles Store – ArcGIS server Built in
I could able to create a create a web app builder using my siteadmin account and also domain domain\SR successfully only if
Enable the anonymous access in IIS of portal web Adaptor. I would like to know
Portal – Web Adaptor – Authentication Settings in IIS
Anonymous | Windows | Result |
Disabled | Disabled | Blank page on accessing http://FQDN:3344/webappbuilder/ Fiddler log: | HTTP/1.1 401 Unauthorized |
|
Enabled | Disabled | - Web App builder – Create new page opened
- Able to create a new application
|
Disabled | Enabled | Blank page on accessing http://FQDN:3344/webappbuilder/ Fiddler log: | HTTP/1.1 401 Unauthorized |
|
Enabled | Enabled | - Web App builder – Create new page opened
- Able to create a new application
|
Please advise me on this.