Skip to content

Commit

Permalink
Revert "Move saml documentation to guides" (keycloak#479)
Browse files Browse the repository at this point in the history
This reverts commit dc7b732.

Signed-off-by: stianst <[email protected]>
  • Loading branch information
stianst authored Jul 24, 2024
1 parent dc7b732 commit a462e98
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions guides/securing-apps/apisix.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:guide-title: Apache APISIX
:guide-summary: Integrate Keycloak for Authentication with Apache APISIX
:external-link: https://apisix.apache.org/blog/2021/12/10/integrate-keycloak-auth-in-apisix
3 changes: 3 additions & 0 deletions guides/securing-apps/krakend.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:guide-title: KrakenD
:guide-summary: Secure APIs with an API Gateway
:external-link: https://www.krakend.io/docs/authorization/keycloak/
3 changes: 3 additions & 0 deletions guides/securing-apps/quarkus.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:guide-title: Quarkus
:guide-summary: Using OpenID Connect and Keycloak to secure your Quarkus applications
:external-link: https://quarkus.io/guides/security-keycloak-authorization
3 changes: 3 additions & 0 deletions guides/securing-apps/traefik-hub.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:guide-title: Traefik Hub
:guide-summary: Use Keycloak as an identity provider or as an identity broker for Traefik Hub API management
:external-link: https://doc.traefik.io/traefik-hub/authentication-authorization/idp/keycloak
3 changes: 3 additions & 0 deletions guides/securing-apps/wildfly.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:guide-title: WildFly
:guide-summary: Secure WildFly Applications with Keycloak
:external-link: https://wildfly-security.github.io/wildfly-elytron/blog/securing-wildfly-apps-openid-connect/
1 change: 0 additions & 1 deletion src/main/java/org/keycloak/webbuilder/Guides.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public Guides(File tmpDir, File guidesDir, AsciiDoctor asciiDoctor) throws IOExc
try {
loadGuides(asciiDoctor, new File(f, "generated-guides/server"), GuideCategory.SERVER);
loadGuides(asciiDoctor, new File(f, "generated-guides/operator"), GuideCategory.OPERATOR);
loadGuides(asciiDoctor, new File(f, "generated-guides/securing-apps"), GuideCategory.SECURING_APPS);
loadGuides(asciiDoctor, new File(f, "generated-guides/migration"), GuideCategory.MIGRATION);
loadGuides(asciiDoctor, new File(f, "generated-guides/getting-started"), GuideCategory.GETTING_STARTED);
loadGuides(asciiDoctor, new File(f, "generated-guides/high-availability"), GuideCategory.HIGH_AVAILABILITY);
Expand Down

0 comments on commit a462e98

Please sign in to comment.