From d62012389140e79740ab372430a45950eceb2562 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Thu, 15 Dec 2022 11:05:44 +0100 Subject: [PATCH] fix: use the correct name in the protocol mapper --- .../templates/infrastructure/sso/post-install-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/drogue-cloud-core/templates/infrastructure/sso/post-install-job.yaml b/charts/drogue-cloud-core/templates/infrastructure/sso/post-install-job.yaml index 2e71476..083164d 100644 --- a/charts/drogue-cloud-core/templates/infrastructure/sso/post-install-job.yaml +++ b/charts/drogue-cloud-core/templates/infrastructure/sso/post-install-job.yaml @@ -125,7 +125,7 @@ data: "protocol": "openid-connect", "protocolMapper": "oidc-audience-mapper", "config": { - "included.client.audience": "services", + "included.client.audience": "direct", "id.token.claim": "false", "access.token.claim": "true" }