OpenId Connect Provider Python 3

I am looking for a good package that can be used to implement the OpenId Connect Provider. I found one called pyoidc, but the documentation around it is small. Can someone suggest another package or does anyone have an example pyoidc implementation?

+4
source share
4 answers

Implementing the OpenID Connect Provider for the Django platform: https://github.com/juanifioren/django-openid-provider

It works for Python 3.4 and 2.7.

Feel free to ask me if you have any further questions.

Hey.

-Ignacio

+3
source

. RP (rp3), , , . .

+2
+1

. Authlib, ( ) OAuth 2. OpenID Connect. Authlib v0.6 + OpenID Connect Flask. :

Yes, before reading the OIDC documentation, you need to read the OAuth 2 documentation. Here is an example for the OAuth 2 provider .

0
source

Source: https://habr.com/ru/post/1523865/


All Articles