Hi!
Thanks for your help. I restarted the service with command systemctl restart gluu-radius, now is possible to authenticate users when authentication scheme in Gluu RADIUS config file is onestep; however, if I change authentication scheme to twostep, it doesn't work, gluu-radius.log just response Access-Reject.
When I configure authentication scheme as twostep I configure Default Authentication Method > Authentication mode and oxTrust authentication mode as OTP, I’m using Microsoft Authentication app for Android (because I don enroll users with Super Gluu) and user is local (created in Users > Manage People).
I notice that time in gluu-radius.log is different than time in Gluu Server, does it means something? What else can I do to fix it?
> -rw-r--r-- 1 radius gluu 813 Apr 1 21:51 gluu-radius.log
> root@GLUU-SERV:/opt/gluu/radius/logs#
> root@GLUU-SERV:/opt/gluu/radius/logs#
> root@GLUU-SERV:/opt/gluu/radius/logs#
> root@GLUU-SERV:/opt/gluu/radius/logs# cat gluu-radius.log
> [INFO ] 2020-04-02 03:51:10.767 [Radius Auth Listener] GluuRadiusServer - Client ip: 192.168.2.2
> [INFO ] 2020-04-02 03:51:10.769 [Radius Auth Listener] GluuRadiusServer - Client ip: 192.168.2.2
> [INFO ] 2020-04-02 03:51:10.770 [Radius Auth Listener] GluuRadiusServer - Client ip: 192.168.2.2
> [INFO ] 2020-04-02 03:51:10.770 [Radius Auth Listener] GluuRadiusServer - Client ip: 192.168.2.2
> [INFO ] 2020-04-02 03:51:10.771 [Radius Auth Listener] RadiusServer - received packet from /192.168.2.2:55332 on local address 0.0.0.0/0.0.0.0:1812: Access-Request, ID 124
> NAS-IP-Address: 192.168.2.2
> NAS-Port: 1
> User-Name: tester
> User-Password: 0x3151617a7873773221
> Message-Authenticator: 0x334fdfcdabbf984d0971b4671d19d16f
> [INFO ] 2020-04-02 03:51:11.013 [Radius Auth Listener] RadiusServer - send response: Access-Reject, ID 124
> root@GLUU-SERV:/opt/gluu/radius/logs#
Thanks for your help, I really appreciate it.