Skip to content

zeekhoo-okta/okta_inbound_saml_to_oidc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note. Runs on Python 2.7+

Setup

  • Clone repository
  • Create virtual environment
virtualenv venv
  • Activate virtualenv
source venv/bin/activate
  • Install requirements
pip install -r requirements.txt
  • Edit the .env file
OKTA_ORG=<the domain of your Okta org> eg: dev-61689.okta.com

CLIENT_ID=<client id of the OpenID Connect app you registered in Okta>

REDIRECT_URI=<where you want the id_token/access_token to be returned>
  • Start the server
python manage.py runserver

###Test it out: Point your browser to http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published