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

fix: support id_token_hint parameter on oidc logout #3049

Merged
merged 4 commits into from
Oct 4, 2024

Conversation

mikeroda
Copy link
Contributor

@mikeroda mikeroda commented Sep 16, 2024

@strehle
Copy link
Member

strehle commented Sep 17, 2024

Thanks, I uploaded my draft but will review next days your PR.
Sonar https://sonarcloud.io/summary/new_code?id=cloudfoundry-identity-parent&pullRequest=3049

Copy link
Member

@strehle strehle left a comment

Choose a reason for hiding this comment

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

Please check 'Sonar Test Coverage and please move the id token to object mentioned below...

Please check if the alternative PR #3053 would fit to your requirements ...

@mikeroda
Copy link
Contributor Author

Please check if the alternative PR #3053 would fit to your requirements ...

I pulled down the changes in PR #3053 and tested with Okta and it's working. The changes look good to me, so I we can close this PL and use the alternative PR instead.

- populate the id_token from an external oidc login into the
authentication
- include the id_token in an external oidc logout via the
id_token_hint parameter

Change-Id: I7e4655ac8f9867a86fac2d28fdb5639386f5f54c
@strehle
Copy link
Member

strehle commented Sep 27, 2024

The only open task for this PR would be sonar: https://sonarcloud.io/summary/new_code?id=cloudfoundry-identity-parent&pullRequest=3049 and test coverage > 80

Copy link
Member

@strehle strehle left a comment

Choose a reason for hiding this comment

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

Change-Id: Ie532f64f59ef7f0ed359af7975c95a8066c9d43c
Change-Id: I2c6d3fe0533b626f13239fce6906aaa7962c580e
Copy link
Member

@strehle strehle left a comment

Choose a reason for hiding this comment

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

Some sonar cleanup, but OK

Change-Id: Ib40f1152fe3c2682e6019d6869764ba7b603b750
@peterhaochen47
Copy link
Member

@strehle Feel free to merge

@strehle strehle merged commit a93bd29 into cloudfoundry:develop Oct 4, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Support id_token_hint external oidc logout
3 participants