- create domain user for service (application server like tomcat for authentication) we use
dai
for this exmple - create DN. we use
myserver.geniustree.local
for example - create keytab file
ktpass /out dai.keytab /mapuser dai /princ HTTP/[email protected] /pass computer_123 /ptype KRB5_NT_PRINCIPAL /crypto All /target GENIUSTREE.LOCAL -kvno 0
where:
/mapuser dai
is user that we create at 1.
/princ HTTP/[email protected]
is service principal that we will serve a http service.
this value will be use for authentication handshaking
we not need to use setsp
command because ktpass
command will generate servicePrincipal automatically.
see resources/application.yml
for application server setting
- https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/csec_SPNEGO_explain.html
- https://docs.oracle.com/javase/6/docs/technotes/guides/security/jgss/lab/part5.html
- https://docs.oracle.com/javase/1.5.0/docs/api/javax/security/sasl/SaslClient.html
- https://docs.oracle.com/cd/E23824_01/html/819-2145/sasl.intro.20.html
- https://docs.oracle.com/javase/6/docs/technotes/guides/security/
- https://www.oracle.com/technetwork/articles/idm/weblogic-sso-kerberos-1619890.html
- https://docs.bmc.com/docs/display/public/sso90/End-to-end+steps+for+configuring+Active+Directory+Kerberos+authentication
- https://docs.bmc.com/docs/display/public/sso90/Reconfiguring+your+browser
- https://docs.bmc.com/docs/display/public/sso90/Kerberos+authentication
- https://docs.bmc.com/docs/display/public/sso90/Mapping+the+Kerberos+service+name
- https://docs.bmc.com/docs/display/public/sso90/Generating+a+keytab+file+for+the+service+principal
- https://docs.spring.io/spring-security-kerberos/docs/1.0.2.BUILD-SNAPSHOT/reference/htmlsingle/#setupwinkerberos\
- https://blogs.technet.microsoft.com/tristank/2006/08/02/two-easy-ways-to-pick-kerberos-from-ntlm-in-an-http-capture NTLM Kerberos header