Skip to content

Commit d29354d

Browse files
committed
new files
1 parent a4db9e1 commit d29354d

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Created by .ignore support plugin (hsz.mobi)

.idea/workspace.xml

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
https://docs.oracle.com/javase/10/security/source-code-advanced-security-programming-java-se-authentication-secure-communication-and-single-sig.htm#GUID-40AF52E5-ECEA-4E5F-B0C1-35C150C7BB6E__GSSSPNEGOCLIENT.JAVA-338B7C31
2+
3+
https://docs.oracle.com/javase/10/security/part-v-secure-authentication-using-spnego-java-gss-mechanism.htm#JSSEC-GUID-B51B4169-BD5D-4A19-BC2B-7F6B3ABB9B7A
4+
5+
https://github.com/nddipiazza/spnego-http-client
6+
7+
https://www.baeldung.com/spring-security-kerberos
8+
9+
http://www.microhowto.info/howto/configure_firefox_to_authenticate_using_spnego_and_kerberos.html
10+
11+
http://techpubs.spinlocksolutions.com/dklar/ldap.html
12+
13+
http://techpubs.spinlocksolutions.com/dklar/kerberos.html#Testing_connection
14+
15+
https://www.ibm.com/support/knowledgecenter/SSEQTP_8.5.5/com.ibm.websphere.base.doc/ae/tsec_SPNEGO_token.html
16+
17+
https://apereo.github.io/cas/5.3.x/installation/SPNEGO-Authentication.html

0 commit comments

Comments
 (0)