sepulworld / samples-python-flask

samples-python-flask

Home Page:https://github.com/okta/samples-python-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Sample Applications for Okta

This repository contains several sample applications that demonstrate various Okta use-cases in your Flask application.

Requires Python version 3.6.0 or higher.

Please find the sample that fits your use-case from the table below.

Sample Description
Okta-Hosted Login A Flask application that will redirect the user to the Okta-Hosted login page of your Org for authentication. The user is redirected back to the Python application after authenticating.
Custom Login Page A Flask application that uses the Okta Sign-In Widget within the Flask application to authenticate the user.
Resource Server This is a sample API resource server that shows you how to authenticate requests with access tokens that have been issued by Okta.

⚠️ Note: These examples require the use of API Access Management. This solution is not included by default for organizations (you will have this error).

About

samples-python-flask

https://github.com/okta/samples-python-flask


Languages

Language:Python 51.5%Language:HTML 34.1%Language:JavaScript 14.3%