Resolve "[OIDC] RP-initiated registration" #3861

Open
leuckeju wants to merge 6 commits from 1068-oidc-rp-initiated-registration 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")

Closes #1068

## 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](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/) Closes #1068
Author
Member

assigned to @leuckeju

assigned to @leuckeju
Author
Member

added 1 commit

  • b432ea34 - Allow rp-initiated registration

Compare with previous version

added 1 commit <ul><li>b432ea34 - Allow rp-initiated registration</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2216/diffs?diff_id=85613&start_sha=d4b1dca207206ca471b6fa2a061152a34b1754b3)
Author
Member

added 4 commits

  • 5c0ba9fb - Include next_url from registration in links to login
  • b75c0ef0 - Avoid double encoding bug in LegacyBaseTemplate url params passing
  • 605f2af5 - Fix typo
  • 7c737fde - Allow accessing oauth/authorize view in legacybasetemplate as well

Compare with previous version

added 4 commits <ul><li>5c0ba9fb - Include next_url from registration in links to login</li><li>b75c0ef0 - Avoid double encoding bug in LegacyBaseTemplate url params passing</li><li>605f2af5 - Fix typo</li><li>7c737fde - Allow accessing oauth/authorize view in legacybasetemplate as well</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2216/diffs?diff_id=85653&start_sha=b432ea342171455e540ca790a827fc7e268798b9)
Author
Member

added 1 commit

Compare with previous version

added 1 commit <ul><li>0b35e15c - Reformat</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2216/diffs?diff_id=85655&start_sha=7c737fde06ab24dc3186080379d230c9aba0d15b)
Author
Member

marked this merge request as ready

marked this merge request as **ready**
Author
Member
Waits on https://github.com/django-oauth/django-oauth-toolkit/pull/1571
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 1068-oidc-rp-initiated-registration:1068-oidc-rp-initiated-registration
git switch 1068-oidc-rp-initiated-registration

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 1068-oidc-rp-initiated-registration
git switch 1068-oidc-rp-initiated-registration
git rebase master
git switch master
git merge --ff-only 1068-oidc-rp-initiated-registration
git switch 1068-oidc-rp-initiated-registration
git rebase master
git switch master
git merge --no-ff 1068-oidc-rp-initiated-registration
git switch master
git merge --squash 1068-oidc-rp-initiated-registration
git switch master
git merge --ff-only 1068-oidc-rp-initiated-registration
git switch master
git merge 1068-oidc-rp-initiated-registration
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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!3861
No description provided.