WIP: Draft: Resolve "[OIDC] Backchannel Logout" #3787

Draft
magicfelix wants to merge 1 commit from 1064-backchannel-logout into master
Member

Information and screenshots

No further information have been provided.

Checklist

  • tox -e reformat,lint used
  • Changelog updated/No update necessary
  • Documentation (incl. Screenshots) up-to-date
  • Copyright in apps.py and README.rst up-to-date
  • (Unit) tests for new feature/regression tests for bug fixes (only if useful)
  • Adhere to URL scheme
  • Tested with admin account
  • Tested with normal account (based on permissions)

Backend checklist

  • Use permissions for all GraphQL mutations
  • Use query optimizer for all GraphQL queries
  • Don't use inefficient DB queries

Frontend checklist (mandatory with ~"part::frontend")

Enhances #1064

## Information and screenshots No further information have been provided. ## Checklist - [x] `tox -e reformat,lint` used - [x] Changelog updated/No update necessary - [ ] Documentation (incl. Screenshots) up-to-date - [ ] Copyright in `apps.py` and `README.rst` up-to-date - [ ] (Unit) tests for new feature/regression tests for bug fixes (only if useful) - [ ] Adhere to [URL scheme](https://edugit.org/AlekSIS/official/AlekSIS/-/issues/86) - [ ] Tested with admin account - [ ] Tested with normal account (based on permissions) ## Backend checklist - [ ] Use permissions for all GraphQL mutations - [ ] Use query optimizer for all GraphQL queries - [ ] Don't use inefficient DB queries ## Frontend checklist (mandatory with ~"part::frontend") - [ ] Screenshots are attached (mobile and desktop) - [ ] Tested on mobile, tablet, and desktop sizes - [ ] Adhered to [frontend guidelines](https://edugit.org/AlekSIS/official/AlekSIS/-/blob/master/project/frontend_guidelines.rst?ref_type=heads) - [ ] Checked with [Firefox Accessibility Checker](https://firefox-source-docs.mozilla.org/devtools-user/accessibility_inspector/) Enhances #1064
Author
Member

added 1 commit

  • 0593a4a4 - Add support for OIDC backchannel logout

Compare with previous version

added 1 commit <ul><li>0593a4a4 - Add support for OIDC backchannel logout</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2142/diffs?diff_id=82856&start_sha=958627e4bb19351c7c370627f0af339b8036208e)
Author
Member
Needs https://github.com/django-oauth/django-oauth-toolkit/pull/1573
Author
Member

added 1 commit

  • c1ccd074 - Add support for OIDC backchannel logout

Compare with previous version

added 1 commit <ul><li>c1ccd074 - Add support for OIDC backchannel logout</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2142/diffs?diff_id=82859&start_sha=0593a4a441056f0045dbe0eefa570a1b94bc3947)
Author
Member

added 216 commits

  • c1ccd074...afcbde33 - 215 commits from branch master
  • 131852f5 - Add support for OIDC backchannel logout

Compare with previous version

added 216 commits <ul><li>c1ccd074...afcbde33 - 215 commits from branch <code>master</code></li><li>131852f5 - Add support for OIDC backchannel logout</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2142/diffs?diff_id=83534&start_sha=c1ccd074417c65c2202d5f29da005ef926bb5017)
Author
Member

added 1 commit

  • 28571431 - Set django-oauth-toolkit dependency to backchannel logout branch

Compare with previous version

added 1 commit <ul><li>28571431 - Set django-oauth-toolkit dependency to backchannel logout branch</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2142/diffs?diff_id=83536&start_sha=131852f54ab9233be9d022366fb2e219680f3ac5)
Author
Member

marked this merge request as ready

marked this merge request as **ready**
Author
Member

changed title from Draft: Resolve "[OIDC] Session Management and Logout" to Resolve "[OIDC] Backchannel Logout"

<p>changed title from <code class="idiff"><span class="idiff left deletion">Draft: </span>Resolve &quot;[OIDC] <span class="idiff right deletion">Session Management and</span> Logout&quot;</code> to <code class="idiff">Resolve &quot;[OIDC] <span class="idiff left right addition">Backchannel</span> Logout&quot;</code></p>
Author
Member

marked the checklist item tox -e reformat,lint used as completed

marked the checklist item **`tox -e reformat,lint` used** as completed
Author
Member

marked the checklist item Changelog updated/No update necessary as completed

marked the checklist item **Changelog updated/No update necessary** as completed
Owner

marked this merge request as draft

marked this merge request as **draft**
Author
Member

added 674 commits

  • 28571431...63944d55 - 673 commits from branch master
  • 841433e8 - Add support for OIDC backchannel logout

Compare with previous version

added 674 commits <ul><li>28571431...63944d55 - 673 commits from branch <code>master</code></li><li>841433e8 - Add support for OIDC backchannel logout</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2142/diffs?diff_id=144803&start_sha=2857143124a9d7aa24baf1d8bc340ac61bc46c9f)
This pull request has changes conflicting with the target branch.
  • CHANGELOG.rst
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 1064-backchannel-logout:1064-backchannel-logout
git switch 1064-backchannel-logout

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff 1064-backchannel-logout
git switch 1064-backchannel-logout
git rebase master
git switch master
git merge --ff-only 1064-backchannel-logout
git switch 1064-backchannel-logout
git rebase master
git switch master
git merge --no-ff 1064-backchannel-logout
git switch master
git merge --squash 1064-backchannel-logout
git switch master
git merge --ff-only 1064-backchannel-logout
git switch master
git merge 1064-backchannel-logout
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-Core!3787
No description provided.