From 574a6b73786b207bdc8c68e0fb2d31a166675b16 Mon Sep 17 00:00:00 2001 From: chasegawa Date: Thu, 20 Oct 2022 10:01:35 -0700 Subject: [PATCH] SHIBUI-2380 Fixing oidc entry in relying party overrides list --- backend/src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index d63d3b9b3..2c3f24b17 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -463,4 +463,5 @@ custom: displayName: label.resolveAttributes.oidc helpText: tooltip.resolveAttributes.oidc displayType: boolean - attributeName: http://shibboleth.net/ns/profiles/oidc/userinfo/resolveAttributes \ No newline at end of file + attributeName: http://shibboleth.net/ns/profiles/oidc/userinfo/resolveAttributes + protocol: oidc \ No newline at end of file