Fixing cross-references between guides

Closes #34624

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-11-04 13:56:10 +01:00 committed by Alexander Schwartz
parent e8543e77d2
commit 373656593d
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ priority=30
summary="Client-side JavaScript library that can be used to secure web applications."> summary="Client-side JavaScript library that can be used to secure web applications.">
{project_name} comes with a client-side JavaScript library called `keycloak-js` that can be used to secure web applications. The adapter also comes with built-in support for Cordova applications. {project_name} comes with a client-side JavaScript library called `keycloak-js` that can be used to secure web applications. The adapter also comes with built-in support for Cordova applications.
The adapter uses OpenID Connect protocol under the covers. You can take a look <<_oidc_available_endpoints, at this section>> for the more generic informations about OpenID Connect endpoints and capabilities. The adapter uses OpenID Connect protocol under the covers. You can take a look at the <@links.securingapps id="oidc-layers" anchor="_oidc_available_endpoints"/> {section} for the more generic information about OpenID Connect endpoints and capabilities.
== Installation == Installation

View file

@ -7,7 +7,7 @@ priority=40
summary="Node.js adapter to protect server-side JavaScript apps"> summary="Node.js adapter to protect server-side JavaScript apps">
{project_name} provides a Node.js adapter built on top of https://github.com/senchalabs/connect[Connect] to protect server-side JavaScript apps - the goal was to be flexible enough to integrate with frameworks like https://expressjs.com/[Express.js]. {project_name} provides a Node.js adapter built on top of https://github.com/senchalabs/connect[Connect] to protect server-side JavaScript apps - the goal was to be flexible enough to integrate with frameworks like https://expressjs.com/[Express.js].
The adapter uses OpenID Connect protocol under the covers. You can take a look <<_oidc_available_endpoints, at this section>> for the more generic informations about OpenID Connect endpoints and capabilities. The adapter uses OpenID Connect protocol under the covers. You can take a look at the <@links.securingapps id="oidc-layers" anchor="_oidc_available_endpoints"/> {section} for the more generic information about OpenID Connect endpoints and capabilities.
ifeval::[{project_community}==true] ifeval::[{project_community}==true]
The library can be downloaded directly from https://www.npmjs.com/package/keycloak-connect[ {project_name} organization] and the source is available at The library can be downloaded directly from https://www.npmjs.com/package/keycloak-connect[ {project_name} organization] and the source is available at

View file

@ -6,7 +6,7 @@ title="Secure applications and services with OpenID Connect"
priority=20 priority=20
summary="Using OpenID Connect with Keycloak to secure applications and services"> summary="Using OpenID Connect with Keycloak to secure applications and services">
<#include "partials/oidc/available-endpoints.adoc" /> include::partials/oidc/available-endpoints.adoc[]
include::partials/oidc/supported-grant-types.adoc[] include::partials/oidc/supported-grant-types.adoc[]

View file

@ -1,5 +1,5 @@
[[_oidc_available_endpoints]] [#_oidc_available_endpoints]
== Available Endpoints == Available Endpoints
As a fully-compliant OpenID Connect Provider implementation, {project_name} exposes a set of endpoints that applications As a fully-compliant OpenID Connect Provider implementation, {project_name} exposes a set of endpoints that applications