From d4103fe0343bcb4874f60dec3259661d2bbc6fbc Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Fri, 17 Nov 2023 15:08:10 -0800 Subject: [PATCH] Add spec file example for "performRpInitiatedLogout" - a new oidc/oauth provider config "performRpInitiatedLogout" is added in https://github.com/cloudfoundry/uaa/pull/2590 - this repo only requires an addition in the example config provided in the spec file (since uaa-release passes through the oauth/oidc provider config to uaa server verbatim, so no new translation logic required when adding a new config on this layer) - add the field to tests [#184752215] --- jobs/uaa/spec | 2 ++ spec/compare/all-properties-set-uaa.yml | 1 + spec/input/all-properties-set.yml | 1 + 3 files changed, 4 insertions(+) diff --git a/jobs/uaa/spec b/jobs/uaa/spec index a6406a13ba..380eda92a7 100644 --- a/jobs/uaa/spec +++ b/jobs/uaa/spec @@ -1049,6 +1049,7 @@ properties: relyingPartySecret: skipSslValidation: false storeCustomAttributes: true + performRpInitiatedLogout: true attributeMappings: given_name: family_name: @@ -1077,6 +1078,7 @@ properties: skipSslValidation: false storeCustomAttributes: true passwordGrantEnabled: false + performRpInitiatedLogout: true attributeMappings: given_name: family_name: diff --git a/spec/compare/all-properties-set-uaa.yml b/spec/compare/all-properties-set-uaa.yml index df5f25194c..ef8c5d95a3 100644 --- a/spec/compare/all-properties-set-uaa.yml +++ b/spec/compare/all-properties-set-uaa.yml @@ -650,6 +650,7 @@ login: skipSslValidation: false storeCustomAttributes: false passwordGrantEnabled: false + performRpInitiatedLogout: true prompts: - name: username type: text diff --git a/spec/input/all-properties-set.yml b/spec/input/all-properties-set.yml index e472c6db67..1a81a198bf 100644 --- a/spec/input/all-properties-set.yml +++ b/spec/input/all-properties-set.yml @@ -107,6 +107,7 @@ properties: tokenKeyUrl: http://tokenKeyUrl tokenUrl: http://tokenUrl passwordGrantEnabled: false + performRpInitiatedLogout: true prompts: - name: username type: text