Hi, Do you have any feedback on oauth2* authentication and freeradius 3. I would like to connect MS Azure on a freeRaius standard package installation with this mode, but I am having problems implementing this module (error run freeradius service) Thanks in advance, * source : https://github.com/jimdigriz/freeradius-oauth2-perl
On 23.11.22 18:44, Laurent Estevez wrote:
Hi,
Do you have any feedback on oauth2* authentication and freeradius 3. I would like to connect MS Azure on a freeRaius standard package installation with this mode, but I am having problems implementing this module (error run freeradius service) Thanks in advance,
* source : https://github.com/jimdigriz/freeradius-oauth2-perl
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
hi, no feedback yet. I would not use the perl module, but implement it form the scratch in python or utilize the new rest module. But since I have no customer at the moment for this problem this is not on my top urgency. I am doing other things for fun at the moment. Michael Schwartzkopff
Hello, On Wed, 23 Nov 2022, at 17:50, Michael Schwartzkopff via Freeradius-Users wrote:
no feedback yet. I would not use the perl module, but implement it form the scratch in python or utilize the new rest module.
If you do try using rlm_rest, some things that will need to be solved first: https://github.com/jimdigriz/freeradius-oauth2-perl/blob/master/README.rlm_r... Regards
On 23.11.22 23:09, Alexander Clouter wrote:
Hello,
On Wed, 23 Nov 2022, at 17:50, Michael Schwartzkopff via Freeradius-Users wrote:
no feedback yet. I would not use the perl module, but implement it form the scratch in python or utilize the new rest module. If you do try using rlm_rest, some things that will need to be solved first:
https://github.com/jimdigriz/freeradius-oauth2-perl/blob/master/README.rlm_r...
Regards - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thanks for your information. I encountered the same problems with the rest module when I tried to contact another API, so I wrote my module in python. See: https://blog.sys4.de/freeradius-clients-netbox-en.html But Alan told me that the rlm_rest was rewritten in FR 4.0 and this module was backported to some FR version 3. So I would try to have a look at the new rlm_rest. But at the moment I have no time to do that project on my own. Michael Schwartzkopff
On Nov 23, 2022, at 12:44 PM, Laurent Estevez <laurent.estevez@wanadoo.fr> wrote:
Do you have any feedback on oauth2* authentication and freeradius 3. I would like to connect MS Azure on a freeRaius standard package installation with this mode, but I am having problems implementing this module (error run freeradius service)
"I did stuff and it had an error". OK... what's the error? What did you do? What happened? What error was produced? Alan DeKok.
Hello, On Wed, 23 Nov 2022, at 17:44, Laurent Estevez wrote:
Do you have any feedback on oauth2* authentication and freeradius 3. I would like to connect MS Azure on a freeRaius standard package installation with this mode, but I am having problems implementing this module (error run freeradius service)
Author of that module here...it looks like you have not gone through the section on seeking support: https://github.com/jimdigriz/freeradius-oauth2-perl#support Have you managed to get an 802.1X setup working with a users file? If you have, do not bother people on this list, they are not paid to support my crazy Perl script. Speak to me. If you have not, then you need to be working through getting 802.1X working before you introduce difficult components such as Azure. Good Luck Alex
participants (4)
-
Alan DeKok -
Alexander Clouter -
Laurent Estevez -
Michael Schwartzkopff