Python meets oauth2

Alan DeKok aland at deployingradius.com
Wed Nov 15 14:46:43 CET 2017


  Please send email to one list, and ONLY one list.

On Nov 15, 2017, at 8:26 AM, FARRAHE RM. FARRAHE <fhicham at inteos-net.com> wrote:
> 
> I want to implement a Freeradius module with Python to authenticate and authorize the user through Oauth2. 
> 
> Can somebody give me advise or idee for starting. ob this is feasible. What are the constraints? 

  You have to work with what's available.  i.e. if there's no Oauth2 information in the RADIUS packet... it becomes a lot more difficult.

  The short summary is that you need to write down what you have in RADIUS, and what you need in Oauth2.  Then, find a way to make them work together.  If that's possible, write some python code to do it.

  If you can't make them work together, then it's impossible.

> What do I have to consider for the safety aspect? 

  Too many things to list here.

  Alan DeKok.




More information about the Freeradius-Users mailing list