From d2344e6f2b736ac39836267b492069d1444a3ebb Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Tue, 12 Dec 2023 10:52:13 -0500 Subject: [PATCH] Add a guide about securing WildFly apps on OpenShift with Auth0 Closes https://github.com/wildfly/wildfly.org/issues/510 --- ...2023-12-12-securing-wildfly-apps-auth0-openshift.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _posts/2023-12-12-securing-wildfly-apps-auth0-openshift.adoc diff --git a/_posts/2023-12-12-securing-wildfly-apps-auth0-openshift.adoc b/_posts/2023-12-12-securing-wildfly-apps-auth0-openshift.adoc new file mode 100644 index 00000000..57da3fa8 --- /dev/null +++ b/_posts/2023-12-12-securing-wildfly-apps-auth0-openshift.adoc @@ -0,0 +1,9 @@ +--- +layout: post +title: 'Securing WildFly Apps with Auth0 on OpenShift' +date: 2023-12-12 +tags: oidc openshift auth0 +synopsis: Learn how to secure applications deployed to WildFly on OpenShift with the Auth0 OpenID provider. +author: fjuma +link: https://wildfly-security.github.io/wildfly-elytron/blog/securing-wildfly-apps-auth0-openshift/ +---