spnego
How to get a SPNEGO / Kerberos Session key -and implement HTTP Authentication:Negotiate on my own client
I was recently exposed to a new authentication method i had no idea of. After reading a bit and rese开发者_运维百科arching to understand it,I understood it has something to do with SPNEGO, or maybe it[详细]
2023-04-06 12:38 分类:问答Is it possible to use SoapUI for testing services secured with SPNego?
I have web service secured with SPNego (HTTP challenge returns WWW-Authenticate: Negotiate). This security mode is also referred as Windows integrated authentication. Is it possible to use SoapUI to t[详细]
2023-04-03 04:19 分类:问答Java Kerberos authentication seems to work, still gets rejected
I\'ve got a Java client app and a Java server app, and I\'m trying to authenticate to the server via Kerberos. The client basically uses http-components and SPNEGO to make a HTTP GET call, but I alway[详细]
2023-03-17 23:57 分类:问答spring-security-kerberos can't read keytab?
I\'m trying to follow this tutorial for spring-security-kerberos I have a keytab with one principal in it:[详细]
2023-03-08 20:21 分类:问答clojure library for SPNEGO/Kerberos-http authentication
I understand this is a long shot but, would there happen to be a clojure library for responding to kerberos over http (aka spnego) requests?[详细]
2023-03-08 05:14 分类:问答HTTP "Negotiate" authentication via NTLM from a Java SE6 client on Windows
Does anyone know if a Java 6 client running on Windows is able to authenticate via NTLM when accessing a Microsoft server that implements the SPNEGO authentication protocol?[详细]
2023-03-03 19:29 分类:问答SPNEGO on IBM WebSphere Portal 6.1 with https
I configured IBM WebSphere Portal 6.1 on WAS7: SPNEGO, ssl with self signed certificate, default http transport (without Web Server) and changed default ports 10039, 10029 to 80, 44开发者_运维问答3.[详细]
2023-02-27 04:41 分类:问答SPNEGO and Delegation in Java
I use SPNEGO to authenticate my webapp. I would like to use ticket delegation to开发者_开发知识库 authenticate to LDAP on server side. But there is no ticket cache on server side since login (kinit) i[详细]
2023-02-24 18:47 分类:问答Accessing a SPNEGO authenticated webservice from C#
We have a web service that serves data over HTTP and authenticates users via SPNEGO (and single sign-on). We want to write a C# client for this web service.[详细]
2023-02-19 11:18 分类:问答How to debug SPNEGO on Tomcat
I have setup SPNEGO in tomcat. I am getting the message\"Downgrade NTLM request to Basic Auth.\" and the client 开发者_运维知识库is prompted for user name and password.[详细]
2023-02-19 05:44 分类:问答