Skip to content

This is a simple application on using Okta's OIDC endpoints to access web properties

License

Notifications You must be signed in to change notification settings

srecinto/okta-oidc-python-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Okta OIDC Example with Python and Flask

This project was built using Python 2.7

This is a simple application on using Okta's OIDC endpoints to access web properties

Requirements

  • Python 2.7
  • Okta domain
  • Okta API Token

Dependencies

You can run all the dependencies via the requirements.txt pip install -r requirements.txt

Or run them individually

linter - flake8

pip install flake8

Web Framework - flask

pip install flask

HTTP Framework - Update requests

Needed to install an update to fix a compatability issue

pip install requests --upgrade

How to Run

NOTE: You may need to configure your listening ports when serving the site

python main.py

About

This is a simple application on using Okta's OIDC endpoints to access web properties

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published