Python Forum
Implementing OAuth 2 ( 2-legged)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Implementing OAuth 2 ( 2-legged)
#1
Hi,

I'm fairly new to python. I have a requirement to create a OAuth 2.0 Provider, using 2-legged approach. I saw the 3-legged oauth is available in most libraries, but not sure on 2-legged. If I want to use the 2-legged approach (without redirection), where should I start?

Is there any libraries which support this already? If not, can some one give insights on how to implement one!?

Thanks
Reply
#2
see: https://stackoverflow.com/a/13167178
install oauth2 with (if you don't already have it)
pip install oauth2
Reply
#3
Actually, I'm not looking for a client code. I want to run my own Authorization server, which supports 2 legged mode.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  understanding Google's OAuth 2.0 aster 0 1,698 Apr-18-2021, 12:54 PM
Last Post: aster
  Problem by implementing IDF moat335 0 1,506 Apr-30-2020, 11:33 AM
Last Post: moat335
  Google API OAuth v2 Python oneclick 0 2,075 Sep-09-2019, 05:02 AM
Last Post: oneclick
  Error in implementing multithreading in a class srm 2 2,138 May-16-2019, 03:54 PM
Last Post: Yoriz
  Implementing a recursive algorithm for tree. Negativ3 3 2,997 Apr-10-2019, 10:43 PM
Last Post: Yoriz
  Problem with sending text file as an attachment using this Gmail OAuth script downloaderfan 6 6,945 Feb-07-2018, 09:54 PM
Last Post: downloaderfan

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020