Skip to content

Commit

Permalink
Merge pull request #583 from fjuma/reorder
Browse files Browse the repository at this point in the history
Re-order security related guides to group together similar guides
  • Loading branch information
jamezp committed Mar 28, 2024
2 parents 8ff1136 + adb7ff5 commit e511aed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _data/guides.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit e511aed

Please sign in to comment.