From adb7ff570ee20e525028fcee010d0f261f0d746b Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Fri, 22 Mar 2024 16:17:24 -0400 Subject: [PATCH] Re-order security related guides to group together similar guides --- _data/guides.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_data/guides.yaml b/_data/guides.yaml index 7d64117f..d82ab534 100644 --- a/_data/guides.yaml +++ b/_data/guides.yaml @@ -16,24 +16,24 @@ categories: - category: Security cat-id: security guides: - - title: Securing WildFly Apps with OpenID Connect on OpenShift + - title: Securing WildFly Apps with Keycloak on OpenShift url: /guides/security-oidc-openshift - description: Learn how to secure applications deployed to WildFly on OpenShift with OpenID Connect. - - title: Identity Propagation with OpenID Connect - url: /guides/security-oidc-identity-propagation - description: Learn how to propagate identities within a deployment and across deployments when securing apps with OpenID Connect. + description: Learn how to secure applications deployed to WildFly on OpenShift with the Keycloak OpenID provider. + - title: Securing WildFly Apps with Okta on OpenShift + url: /guides/security-oidc-okta-openshift + description: Learn how to secure applications deployed to WildFly on OpenShift with the Okta OpenID provider. - title: Securing WildFly Apps with Auth0 on OpenShift url: /guides/security-oidc-auth0-openshift description: Learn how to secure applications deployed to WildFly on OpenShift with the Auth0 OpenID provider. + - title: Identity Propagation with OpenID Connect + url: /guides/security-oidc-identity-propagation + description: Learn how to propagate identities within a deployment and across deployments when securing apps with OpenID Connect. - title: Securing the WildFly Management Console with OpenID Connect url: /guides/security-oidc-management-console description: Learn how to secure the WildFly management console with the Keycloak OpenID provider. - title: Securing WildFly Apps with SAML on OpenShift url: /guides/security-saml-openshift description: Learn how to secure applications deployed to WildFly on OpenShift with SAML. - - title: Securing WildFly Apps with Okta on OpenShift - url: /guides/security-oidc-okta-openshift - description: Learn how to secure applications deployed to WildFly on OpenShift with the Okta OpenID provider. - category: MicroProfile cat-id: microprofile guides: