Fix links
This commit is contained in:
parent
849414d158
commit
f823a1fc3d
7 changed files with 22 additions and 22 deletions
|
@ -169,18 +169,18 @@ always-refresh-token::
|
|||
register-node-at-startup::
|
||||
If _true_, then adapter will send registration request to Keycloak.
|
||||
It's _false_ by default and useful only when application is clustered.
|
||||
See link:application-clustering.html[Application Clustering] for details
|
||||
See <<fake/../../oid/java/application-clustering.adoc#_applicationclustering,Application Clustering>> for details
|
||||
|
||||
register-node-period::
|
||||
Period for re-registration adapter to Keycloak.
|
||||
Useful when application is clustered.
|
||||
See link:application-clustering.html[Application Clustering] for details
|
||||
See <<fake/../../oid/java/application-clustering.adoc#_applicationclustering,Application Clustering>> for details
|
||||
|
||||
token-store::
|
||||
Possible values are _session_ and _cookie_.
|
||||
Default is _session_, which means that adapter stores account info in HTTP Session.
|
||||
Alternative _cookie_ means storage of info in cookie.
|
||||
See link:application-clustering.html[Application Clustering] for details
|
||||
See <<fake/../../oid/java/application-clustering.adoc#_applicationclustering,Application Clustering>> for details
|
||||
|
||||
principal-attribute::
|
||||
OpenID Connection ID Token attribute to populate the UserPrincipal name with.
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
{{book.project.name}} comes with a range of different adapters for Java application. Selecting the correct adapter depends on the target platform.
|
||||
|
||||
All Java adapters share a set of common configuration options described in the link:java-adapter-config.html[Java Adapters Config] chapter. There are also
|
||||
All Java adapters share a set of common configuration options described in the <<fake/../java-adapter-config.adoc#_java_adapter_config,Java Adapters Config>> chapter. There are also
|
||||
a few more chapters that are relevant to all Java adapters.
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
[[_servlet_filter_adapter]]
|
||||
=== Java Servlet Filter Adapter
|
||||
|
||||
If you want to use Keycloak with a Java servlet application that doesn't have an adapter for that servlet platform, you can opt to use the servlet filter adapter that Keycloak has.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
[[_spring_boot_adapter]]
|
||||
=== Spring Boot Adapter
|
||||
|
||||
To be able to secure Spring Boot apps you must add the Keycloak Spring Boot adapter JAR to your app.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
[[_spring_security_adapter]]
|
||||
=== Spring Security Adapter
|
||||
|
||||
To secure an application with Spring Security and Keycloak, add this adapter as a dependency to your project.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
[[_javascript_adapter]]
|
||||
== Javascript Adapter
|
||||
|
||||
The Keycloak Server comes with a Javascript library you can use to secure HTML/Javascript applications.
|
||||
|
|
|
@ -3,26 +3,26 @@
|
|||
=== OpenID Connect
|
||||
|
||||
==== Java
|
||||
* link:oidc/java/jboss-adapters.html[JBoss EAP]
|
||||
* <<fake/../../oidc/java/jboss-adapter.adoc#_jboss_adapter,JBoss EAP>>
|
||||
{% if book.community %}
|
||||
* link:oidc/java/jboss-adapters.html[WildFly]
|
||||
* <<fake/../../oidc/java/jboss-adapter.adoc#_jboss_adapter,WildFly>>
|
||||
{% endif %}
|
||||
* link:oidc/java/fuse-adapter.html[Fuse]
|
||||
* <<fake/../../oidc/java/fuse-adapter.adoc#_fuse_adapter,Fuse>>
|
||||
{% if book.community %}
|
||||
* link:oidc/java/tomcat-adapter.html[Tomcat]
|
||||
* link:oidc/java/jetty-adapter.html[Jetty]
|
||||
* <<fake/../../oidc/java/tomcat-adapter.adoc#_tomcat_adapter,Tomcat>>
|
||||
* <<fake/../../oidc/java/jetty9-adapter.adoc#_jetty9_adapter,Jetty 9>>, <<fake/../../oidc/java/jetty8-adapter.adoc#_jetty8_adapter,Jetty 8>>
|
||||
{% endif %}
|
||||
* link:oidc/java/servlet-filter-adapter.html[Servlet Filter]
|
||||
* <<fake/../../oidc/java/servlet-filter-adapter.adoc#_servlet_filter_adapter,Servlet Filter>>
|
||||
{% if book.community %}
|
||||
* link:oidc/java/spring-adapter.html[Spring Security] (community)
|
||||
* link:oidc/java/spring-boot-adapter.html[Spring Boot] (community)
|
||||
* <<fake/../../oidc/java/spring-security-adapter.adoc#_spring_security_adapter,Spring Security>> (community)
|
||||
* <<fake/../../oidc/java/spring-boot-adapter.adoc#_spring_boot_adapter,Spring Boot>> (community)
|
||||
{% endif %}
|
||||
|
||||
==== JavaScript (client-side)
|
||||
* link:oidc/javascript-adapter.html[JavaScript]
|
||||
* <<fake/../../oidc/javascript-adapter.adoc#_javascript_adapter,JavaScript>>
|
||||
|
||||
=== Apache Cordova
|
||||
* link:oidc/javascript-adapter.html[JavaScript]
|
||||
* <<fake/../../oidc/javascript-adapter.adoc#_javascript_adapter,JavaScript>>
|
||||
|
||||
{% if book.community %}
|
||||
==== Node.js
|
||||
|
@ -61,11 +61,11 @@
|
|||
|
||||
==== Java
|
||||
|
||||
* link:oidc/java/jboss-adapters.html[JBoss EAP]
|
||||
* <<fake/../../saml/java/jboss-adapter.adoc#_jboss_adapter,JBoss EAP>>
|
||||
{% if book.community %}
|
||||
* link:oidc/java/jboss-adapters.html[WildFly]
|
||||
* link:oidc/java/tomcat-adapter.html[Tomcat]
|
||||
* link:oidc/java/jetty-adapter.html[Jetty]
|
||||
* <<fake/../../saml/java/jboss-adapter.adoc#_jboss_adapter,WildFly>>
|
||||
* <<fake/../../saml/java/tomcat-adapter.adoc#_tomcat_adapter,Tomcat>>
|
||||
* <<fake/../../saml/java/jetty-adapter.adoc#_jetty_adapter,Jetty>>
|
||||
{% endif %}
|
||||
|
||||
==== Apache HTTP Server
|
||||
|
|
Loading…
Reference in a new issue