From e316af50d3b71597838907475ec56580e691c373 Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Wed, 15 Nov 2023 12:03:01 -0500 Subject: [PATCH] Update title for the guide on identity propagation with OIDC --- _posts/2023-11-15-wildfly-oidc-identity-propagation.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2023-11-15-wildfly-oidc-identity-propagation.adoc b/_posts/2023-11-15-wildfly-oidc-identity-propagation.adoc index 6b172af146..7e27b07590 100644 --- a/_posts/2023-11-15-wildfly-oidc-identity-propagation.adoc +++ b/_posts/2023-11-15-wildfly-oidc-identity-propagation.adoc @@ -1,9 +1,9 @@ --- layout: post -title: 'Identity Propagation with OIDC' +title: 'Identity Propagation with OpenID Connect' date: 2023-11-15 tags: oidc identity propagation ejb -synopsis: Learn how to propagate identities within a deployment and across deployments when securing WildFly apps with OIDC. +synopsis: Learn how to propagate identities within a deployment and across deployments when securing WildFly apps with OpenID Connect. author: fjuma ---