Skip to content

Commit

Permalink
Add spec file example for "performRpInitiatedLogout"
Browse files Browse the repository at this point in the history
- a new oidc/oauth provider config "performRpInitiatedLogout" is added
  in cloudfoundry/uaa#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]
  • Loading branch information
peterhaochen47 committed Nov 17, 2023
1 parent 5f951d8 commit d4103fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/uaa/spec
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ properties:
relyingPartySecret: <OAuth Client secret>
skipSslValidation: false
storeCustomAttributes: true
performRpInitiatedLogout: true
attributeMappings:
given_name: <Attribute holding given name in the OAuth if an ID Token is present or the access token has claims>
family_name: <Attribute holding family name in the OAuth if an ID Token is present or the access token has claims>
Expand Down Expand Up @@ -1077,6 +1078,7 @@ properties:
skipSslValidation: false
storeCustomAttributes: true
passwordGrantEnabled: false
performRpInitiatedLogout: true
attributeMappings:
given_name: <Attribute holding given name in the OIDC ID Token>
family_name: <Attribute holding family name in the OIDC ID Token>
Expand Down
1 change: 1 addition & 0 deletions spec/compare/all-properties-set-uaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ login:
skipSslValidation: false
storeCustomAttributes: false
passwordGrantEnabled: false
performRpInitiatedLogout: true
prompts:
- name: username
type: text
Expand Down
1 change: 1 addition & 0 deletions spec/input/all-properties-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ properties:
tokenKeyUrl: http://tokenKeyUrl
tokenUrl: http://tokenUrl
passwordGrantEnabled: false
performRpInitiatedLogout: true
prompts:
- name: username
type: text
Expand Down

0 comments on commit d4103fe

Please sign in to comment.