Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6301 logout should logout idp session #96

Merged
merged 3 commits into from
Jul 5, 2022

Conversation

AnumehaSrivastava05
Copy link
Contributor

  1. Added SiteMinder logout uri
  2. Added PHSA logout uri
  3. Set Keycloak redirect uri to SiteMinder logout for full SSO

1. Added uri in env config file
2. Updated logout method. Added code to logout from ldp session
Added SITE_MINDER_LOGOUT_URI
Added PHSA_LOGOUT_URI
tschia
tschia previously approved these changes Jun 24, 2022
case 'phsa':
logouturi = phsaLogoutUri
default:
break
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should maybe make the default case just logout of Keycloak so
logouturi = redirectUri

@tschia tschia dismissed their stale review June 24, 2022 01:55

missed something, comment should be addressed first

1. Added url for default case
2.  Corrected variable name( made it camelCase)
@AnumehaSrivastava05 AnumehaSrivastava05 merged commit 78efcb0 into main Jul 5, 2022
@tschia tschia deleted the 6301-logout-should-logout-idp-session branch July 26, 2022 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants