I have an application set up using jaas module for login. There are ajax function calls in the application so I am experencing the notorious ajax session timeout problem, which means a ugly login page
I am attempting to authenticate users against an existing LDAP server (Active-Directory) using the LdapExtLoginModule provided by JBoss 4.2.3.I have had some success connecting, but the LDAP server se
Is i开发者_StackOverflowt possible to authorise JAAS sessions based on membership of NT Groups?It looks like it is user level only.
My understanding is that both JAAS and SQL Server can be configured to use kerberos in a domain environment, with an active directory server.
I am currently trying to write some LoginModules to enable users to log into a Java application.Here is my .java.login.config file:
I\'m doing form-based authentication in JSF and I can get it to work but it requires a server specific deployment descriptor to specify the JAAS security domain info.
I have an application with JAAS and i need do an exter开发者_如何学运维nal login from the legacy, so i wrote a servlet with this code bellow, it works fine, but when i do another submit the JAAS tries
I am using Servicemix 4.2 for my osgi based webservice application. My webservice application is exposed using the CXF stack provided with the Servicemix.
I am writing an application using JSF 2.0, java ee and glassfish. My user interface is simple xhtml containing jsf.
I want to know the simplest way to authenticate an application u开发者_StackOverflowser on a database table using jaas.