Hi,
Thank you for the file, that made it start responding. Now when I try to authenticate I get bad response no matter what I try:
My settings for Radius are the defaults:
```
Acr Value: super_gluu_ro
OpenID Client: Gluu RO OpenID Client
OpenID Scopes:
openid
super_gluu_ro_session
```
I have LDAP as authentication backen, and I can log in with the LDAp users, and supergluu is set for dault auth method:
```
Default acr: super_gluu
oxTrust acr: super_gluu
```
In the radius logs all it says:
```
[INFO ] 2022-06-22 13:51:33.977 [Radius Auth Listener] RadiusServer - received packet from /192.168.95.103:57769 on local address 0.0.0.0/0.0.0.0:1812: Access-Request, ID 16
User-Name: someuser
Acct-Session-Id: 1655905893C43dfx
NAS-IP-Address: 127.0.0.1
NAS-Identifier: Localhost
NAS-Port: 0
Calling-Station-Id: 1115551212
User-Password: 0xsomehash
Message-Authenticator: 0xsomeotherhash
[INFO ] 2022-06-22 13:51:34.144 [Radius Auth Listener] RadiusServer - send response: Access-Reject, ID 16
```
Is there any other log file that could tell me why the correct username and password are not accepted?