How to configure LDAP and Web Adapter ?

4878
2
07-24-2014 06:08 AM
Enguerranddes_Vaux
New Contributor III

I have seen in the documentation that we can use LDAP authentification with the Web Adaptor (Java Platform) ArcGIS Help (10.2, 10.2.1, and 10.2.2) but i don't see any help on how configure the Web Adapter tu use LDAP . Does anyone have done it or can give any link where i can find the installation instruction about configuring an LDAP realm on the Java application server and configure the authentication method for the Web Adaptor?

Thx a lot ! have a nice day !

Tags (3)
0 Kudos
2 Replies
CarlosLacerda
New Contributor

Hi Enguerrand,

I configured Webadaptor to use LDAP Realm in JBoss AS, this are the steps that were used:

1. Configure the security policy in JBoss (Realm)

2. Open arcgis.war and add security constraints to use Basic Authentication in web.xml

3. Added jboss-web.xml in WEB-INF to set what Realm that will be used by arcgis.war

4. redeploy app

All is ok, but when I access the services through Webadapter the HTTP Basic runs and I can authenticate, but the Webadapter can't connect to GIS Server and I receive this error:"Unable to decrypt user credentials from web adaptor" and I can't use this solution until now

I can help you with configurations that you need to do to use JEE realms, I already saw a doc that explain how to do this in Tomcat also. If you have more lucky than I please share with us how you did this.

regards,

Carlos Lacerda

0 Kudos
Leandro_EliasSantos_Cerceau
New Contributor

Enguerrand, this link can help you

Securing ArcGIS Web Services

0 Kudos