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
1 changed files with 24 additions and 0 deletions
Showing only changes of commit 0bf4f50ca1 - Show all commits

24
docs/management-cmd.md Normal file
View File

@ -0,0 +1,24 @@
## 1. Create OIDC application
### Pre-requisites:
1. A registered and active/email-verified user
### Command:
```bash
python manage.py create_oidc <app-name> <username> <redirect_uri>
```
### Example:
```bash
$ python manage.py create_oidc my_application admin https://example.org/sso-redirect
New application foo created successfully.
client_id: U6qi6FIzj5AvbYJehEkf7yzVbvUyOAQsrTwspmsQ
client_secret: OEZjyHT4KBjvpTWod0QIxX8uWmnq8EQi2nsMU5WfZgu94wrzRdHjptEJ57O5SSEWsvOATOFMASVpBqYtboisdyfdpAC43gcMnbbHsP4QRE7dv66e4rYzyIdI9LuBMoh1
```
Configure [relying
party/application](https://openid.net/specs/openid-connect-core-1_0.html#Terminology)
to use `client_id` and `client_secret`