feat: install django-oauth-toolkit to implement OpenID Connect #1

Merged
realaravinth merged 6 commits from realaravinth/mystiq-sso:wip-oidc into master 2022-08-22 15:01:07 +05:30
Owner

Changes

  • install django-oauth-toolkit
  • make: setup for testing and coverage
  • CI: setup for testing and coverage
  • Add management command to create new OIDC application(python manage.py create_oidc) and relevant docs

ref: mystiq/MVP#13

## Changes - install django-oauth-toolkit - make: setup for testing and coverage - CI: setup for testing and coverage - Add management command to create new OIDC application(`python manage.py create_oidc`) and relevant docs ref: https://git.batsense.net/mystiq/MVP/issues/13
realaravinth self-assigned this 2022-08-22 13:35:29 +05:30
realaravinth added 5 commits 2022-08-22 13:35:31 +05:30
realaravinth requested review from alan2000alex 2022-08-22 13:35:38 +05:30
alan2000alex reviewed 2022-08-22 14:28:35 +05:30
@ -0,0 +44,4 @@
parser.add_argument(
self.redirect_uri_key,
type=str,
help="The username of user who will own this app",

help needs to be changed

help needs to be changed

done, thanks!

done, thanks!
realaravinth marked this conversation as resolved
realaravinth added 1 commit 2022-08-22 14:29:58 +05:30
ci/woodpecker/pr/woodpecker Pipeline was successful Details
c52b8054f7
fix: create_oidc cmd help menu
alan2000alex approved these changes 2022-08-22 14:34:53 +05:30
realaravinth merged commit 1f8437dd72 into master 2022-08-22 15:01:07 +05:30
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
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: mystiq/sso#1
No description provided.