Personal Authorization Server
Prerequisite:
- Python3.4
- pip3
Installation Guide:
-
Install necessary packages by running following command:
- pip install -r requirement.txt
- python3 manage.py migrate
- python3 manage.py createsuperuser
-
Change settings.py with credentials:
- Replace fields OIDC_DYNAMIC_CLIENT_REGISTRATION_DATA, OIDC_DEFAULT_BEHAVIOUR, OIDC_PROVIDERS with your credentials
-
Launch server by the following command:
- python3 manage.py runserver