Python Open-ID Framework

Asked

Viewed 65 times

1

Guys, I got a problem.

I don’t think the stack is the best place to ask but I don’t know exactly where to ask this.

As you all know, Openid 2.0 will no longer be supported by google, which forces us to change our applications to Openid Connect (Oauth2.0).

After some research, I found two frameworks of Oauth2.0:

https://github.com/google/oauth2client

https://github.com/rohe/pyoidc

The problem is that neither of the two frameworks have clear documentation on how to use them and, before going into some of them to find the solution, I decided to ask if anyone has used any of them or knows any other.

I believe this question can help many in the community, but I understand if you choose to close this question.

Thank you

  • You intend to use Oauth only to authenticate (your app is just a client) or to issue tokens (your app is used by other apps for authentication) ?

  • Just to authenticate

1 answer

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.