@@ -66,8 +66,8 @@ You may need to use custom kerberos config with Linux either by using
|
|||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
====
|
====
|
||||||
See <<setupwinkerberos>> for more instructions how to work with
|
See xref:appendix.adoc#setupwinkerberos[Setup Windows Domain Controller]
|
||||||
windows kerberos environment.
|
for more instructions how to work with windows kerberos environment.
|
||||||
====
|
====
|
||||||
|
|
||||||
Login to `Windows 8.1` using domain credentials and access sample
|
Login to `Windows 8.1` using domain credentials and access sample
|
||||||
@@ -107,8 +107,8 @@ This sample demonstrates how a server can be configured to accept a
|
|||||||
Spnego based negotiation from a browser while still being able to fall
|
Spnego based negotiation from a browser while still being able to fall
|
||||||
back to a form based authentication.
|
back to a form based authentication.
|
||||||
|
|
||||||
Using a `user1` principal <<setupmitkerberos>>, do a kerberos login
|
Using a `user1` principal xref:appendix.adoc#setupmitkerberos[Setup MIT Kerberos],
|
||||||
manually using credentials.
|
do a kerberos login manually using credentials.
|
||||||
[source,text]
|
[source,text]
|
||||||
----
|
----
|
||||||
$ kinit user1
|
$ kinit user1
|
||||||
@@ -149,8 +149,8 @@ authentication with existing ticket.
|
|||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
====
|
====
|
||||||
See <<browserspnegoconfig>> for more instructions for configuring
|
See xref:appendix.adoc#browserspnegoconfig[Configure Browsers for Spnego Negotiation]
|
||||||
browsers to use Spnego.
|
for more instructions for configuring browsers to use Spnego.
|
||||||
====
|
====
|
||||||
|
|
||||||
[source,yaml,indent=0]
|
[source,yaml,indent=0]
|
||||||
@@ -189,8 +189,8 @@ app:
|
|||||||
----
|
----
|
||||||
|
|
||||||
|
|
||||||
Using a `user1` principal <<setupmitkerberos>>, do a kerberos login
|
Using a `user1` principal xref:appendix.adoc#setupmitkerberos[Setup MIT Kerberos],
|
||||||
manually using credentials.
|
do a kerberos login manually using credentials.
|
||||||
[source,text,subs="attributes"]
|
[source,text,subs="attributes"]
|
||||||
----
|
----
|
||||||
$ java -jar sec-client-rest-template-{version}.jar --app.user-principal --app.keytab-location
|
$ java -jar sec-client-rest-template-{version}.jar --app.user-principal --app.keytab-location
|
||||||
|
|||||||
@@ -93,6 +93,6 @@ include::example$KerberosLdapContextSourceConfig.java[tags=snippetA]
|
|||||||
|
|
||||||
[TIP]
|
[TIP]
|
||||||
====
|
====
|
||||||
Sample <<samples-sec-server-win-auth>> is currently configured to
|
Sample xref:samples.adoc#samples-sec-server-win-auth[Security Server Windows Auth Sample]
|
||||||
query user details from AD if authentication happen via kerberos.
|
is currently configured to query user details from AD if authentication happen via kerberos.
|
||||||
====
|
====
|
||||||
|
|||||||
Reference in New Issue
Block a user