diff --git a/_data/authors.yaml b/_data/authors.yaml index 33bf432e..ae493bb2 100644 --- a/_data/authors.yaml +++ b/_data/authors.yaml @@ -219,4 +219,11 @@ rchakrab: occupation: "Software Engineer" bio: "https://github.com/RanabirChakraborty" twitter: "Ridetotheroots" - avatar: rchakrab.jpg \ No newline at end of file + avatar: rchakrab.jpg +theashiot: + name: "Ashwin Mehendale" + location: "Pune, India" + occupation: "Technical Writer" + bio: "Ashwin is a technical writer at Red Hat." + emailhash: "e792a4261507d430e9ac7d1f8abcdcc1" + avatar: theashiot.png \ No newline at end of file diff --git a/_posts/2023-11-10-securing-wildfly-apps-oidc-openshift.adoc b/_posts/2023-11-10-securing-wildfly-apps-oidc-openshift.adoc new file mode 100644 index 00000000..11a05728 --- /dev/null +++ b/_posts/2023-11-10-securing-wildfly-apps-oidc-openshift.adoc @@ -0,0 +1,9 @@ +--- +layout: post +title: 'Securing WildFly Apps with OIDC on OpenShift' +date: 2023-11-10 +tags: oidc openshift keycloak adapter galleon-pack +synopsis: Learn how to secure applications deployed to WildFly on OpenShift with OIDC. +author: theashiot +link: https://wildfly-security.github.io/wildfly-elytron/blog/securing-wildfly-apps-oidc-openshift/ +--- diff --git a/assets/img/authors/theashiot.png b/assets/img/authors/theashiot.png new file mode 100644 index 00000000..b110f8cc Binary files /dev/null and b/assets/img/authors/theashiot.png differ