Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenId Connect Provider Python 3

I'm looking for a good package that can be used to implement a OpenId Connect Provider. I've found one called pyoidc but the documentation around it is not great at all. Can anyone suggest a different package or does any one have an example implementation of pyoidc?

like image 970
user2768720 Avatar asked Dec 25 '22 14:12

user2768720


1 Answers

OpenID Connect Provider implementation for Django framework: https://github.com/juanifioren/django-openid-provider

It works for Python 3.4 and 2.7.

Do not hesitate to ask me if you have any further questions.

Greetings.

-Ignacio

like image 86
juanifioren Avatar answered Jan 05 '23 23:01

juanifioren