spring-security-kerberos Questions
3
Solved
I am implementing kerberos Authentication in my existing java spring application.My unix team has provided me SPN, krb5.conf and keytab file. I am trying hard with below code and configuration but ...
Zizith asked 24/4, 2015 at 9:53
9
Solved
I'm trying to setup SSO for Java WebApp using Kerberos/SpNego.
I'm using:
Java 1.7u67
org.springframework.security.kerberos 1.0.0.RELEASE
Active Directory
Tomcat 7 on Linux
After overcoming t...
Banner asked 7/8, 2015 at 11:49
2
Solved
I'm trying to do a Spring Security Kerberos with Active Directory credentials as stated in http://docs.spring.io/spring-security-kerberos/docs/1.0.1.RELEASE/reference/htmlsingle/#samples-sec-server...
Fia asked 25/11, 2015 at 22:13
2
Solved
We have a react application which used get that data from spring boot webservice. Both is deployed in a same server(tomcat). But we only need Kerberos authentication for webservice call from the Re...
Acanthus asked 13/6, 2019 at 5:1
1
I am trying to implement SSO with Spring Boot, Ldap and kerberos. Where I got multiple errors of Checksum fail for different encryption type.
environment details:-
Machine : Windows 10
JDK Vers...
Bowel asked 30/8, 2019 at 12:10
1
Solved
I’m working on a site where we want to use Kerberos authentication using Spring Security Kerberos. So, we don’t support NTLM. When the user makes an unauthenticated request, the server will reply w...
Pammie asked 20/7, 2018 at 14:29
2
I'm working a web appliaction with SSO based on the Windows domain login, for this purpose I have chosen to validate Kerberos tickets. But now I'm facing a problem for which I can't find a solution...
Incommunicable asked 16/12, 2015 at 7:40
3
I am very much new to the MOngoDB + Java Configuration. I am trying to achive the connection from remote mongodb server from Java application. I want to use GSSAPI mechanism for connection with mon...
Moldavia asked 20/11, 2015 at 14:22
0
I need to implement Kerberos authentication and get AD user groups for the authenticated user. I am restricted to use Kerberos protocol only so I am not able to use LDAP queries to AD.
It looks lik...
Pharmaceutical asked 27/4, 2016 at 5:55
2
Solved
I’m trying to make Kerberos authentication connection to a SOAP service wsdl url.
I’m able to establish connection successfully and make service calls.
After I start my server, I’m able to make suc...
Selig asked 11/8, 2015 at 12:47
2
I'm trying to setup kerberos authentication in a Java web-app running in a Tomcat on Linux. I'm using the spring security kerberos extension.
I'm using:
jdk 1.7u75
spring-security-kerberos 1.0.0....
Zulemazullo asked 4/8, 2015 at 8:36
1
My app is using Grails, Spring, Kerberos.
applicationContext.xml
<beans
...
<sec:http entry-point-ref="spnegoEntryPoint">
<sec:intercept-url pattern="/**" access="IS_AUTHENTICATE...
Merilee asked 20/4, 2015 at 12:12
3
Is it possible to do optional kerberos authentication?
What I want is: if the client (browser) is not on the domain it is redirected to a username/password web login. Otherwise it will do SPNEGO d...
Sternforemost asked 27/2, 2014 at 10:47
1
Solved
My goal: implement SSO on a java-based web application.
My problem: I'm not a security guy...
After some investigation I found that spring security kerberos extension is what I need (also looked ...
Carboxylate asked 19/5, 2014 at 6:47
1
© 2022 - 2024 — McMap. All rights reserved.