Hello, 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? What do I have to consider for the safety aspect? Thanks
Please send email to one list, and ONLY one list. On Nov 15, 2017, at 8:26 AM, FARRAHE RM. FARRAHE <fhicham@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.
I implemented a Python module that uses the "requests" library to get and manage an access and refresh token in a Class. The Class is initialized at startup and maintains state across requests. Works great. On Wed, Nov 15, 2017 at 5:26 AM, FARRAHE RM. FARRAHE <fhicham@inteos-net.com> wrote:
Hello,
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?
What do I have to consider for the safety aspect?
Thanks
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
FARRAHE RM. FARRAHE -
Gary Gwin