-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: add skip_logout_consent option to clients #3705
Conversation
Adds a special field which disables the logout consent screen when performing OIDC logout.
5ef2d48
to
837ab12
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3705 +/- ##
==========================================
+ Coverage 75.98% 76.02% +0.03%
==========================================
Files 134 134
Lines 10065 10136 +71
==========================================
+ Hits 7648 7706 +58
- Misses 1904 1912 +8
- Partials 513 518 +5 ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1 @@ | |||
ALTER TABLE hydra_client DROP COLUMN skip_consent; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adds a special field which disables the logout consent screen when performing OIDC logout.
Related issue(s)
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
[email protected]) from the maintainers to push
the changes.
works.
Further Comments