Tagged Questions
0
votes
1answer
54 views
Call to GSSContext.initSecContext fails intermittently: Receive timed out
I'm writing client-side code for Windows Kerberos authentication with a service (logging code omitted):
System.setProperty("javax.security.auth.useSubjectCredsOnly", "false");
// ...
0
votes
0answers
89 views
Windows authentication with SQL Server using Java
Follow up to this question:
http://stackoverflow.com/a/12304934/866785
I am also trying to connect to SQL Server 2008 R2 with Windows Authentication using Java.
I have set the PATH variable to ...
-3
votes
1answer
71 views
How can I allow my users to login with Windows credentials? [closed]
I am creating a (Java-based) web application. How can I allow my users to login with Windows credentials?
3
votes
2answers
284 views
Can a Java application running on a Window's Server connect to SQL Server via Windows Authentication
Let me give some background before I ask my question. I’m at a shop that primarily runs Windows. We have several batch applications running on Windows Servers (mostly 2003). Most of these batch ...
0
votes
1answer
134 views
NTLMv2 authentication in java
Is it possible to implement the NTLMv2 authentication in a Java application.
I read somewhere that I can achieve this through the JCIFS library, but I am not able to get any examples for it.
I ...
1
vote
1answer
158 views
NTLM Authentication in Asp.net
After reading this article. I have some questions about NTLM Authentication.
When I apply NTLM in a asp.net web site
Does the challenge/response process happened between Web Browser and IIS?
Where ...
2
votes
0answers
144 views
Logged In Windows 7 Active Directory User from SQL Server
Simply putting it - I have a Spring-Jersey application (no front-end) deployed into Tomcat, as a service, which is installed in SQL Server 2008.
Users log into their machines (windows 7) and VPN ...
4
votes
2answers
1k views
Windows Authentication for SQL Server using JBDC on a Mac
Is it possible to connect to SQL Server using Windows authentication/integrated security from a Mac? I am using the type 4 JDBC driver provided by Microsoft. The front end (a form application) is ...
0
votes
0answers
183 views
Implement Single sign on with 3rd party app in Windows XP & IE7
In my system, I have a COTS that is hosted in Server A and when I access the web page using IE7 for that COTS, I was presented with the authentication window as seen in the link below:
...
0
votes
2answers
1k views
How can I get username from Window Authentication, in GWT-RPC application?
As the question say, can I get Windows Username in a GWT-RPC application?
Edit : NOTE: System.getProperty("user.name"); throws error in GWT-RPC
The method getProperty(String) is undefined for ...
0
votes
2answers
3k views
Java client call to Windows Integated Authentication web service
I am writing a Java 1.5+ client that needs to fetch data from an IIS-hosted web service. I created a new web service client in Eclipse and used the Java Proxy client type and Apache Axis2 web service ...
14
votes
9answers
4k views
Hibernate authentication without passwords stored in plain text
My goal is to authenticate to the database using a JDBC/Hibernate in a secure manner, without storing passwords in plain text. Code examples appreciated. I'm already using waffle to authenticate the ...
2
votes
3answers
4k views
Integrated Windows Authentication (NTLM) in a Java/WebLogic app?
Our team built a WebLogic intranet site. Users currently must type in their Active Directory login/password to access the site.
Since most of our users are already logged in to the domain, we would ...
0
votes
3answers
486 views
Java, Unix, IE integrated ad/windows authentication
We have a Java application running on Unix box and we want to authenticate intranet users with IE browsers on their windows desktops.
Basically when they get to our application, we want to know ...
1
vote
1answer
922 views
Use windows session credentials as login?? How does it work??
I came across programs like ARCserve HA, which use windows session credentials as the login without having me to manually type in the userID and password. How does this work?? The program is actually ...