aaa4j-radius icon indicating copy to clipboard operation
aaa4j-radius copied to clipboard

Calrification

Open ravikiran-chinthakunta-db opened this issue 2 years ago • 4 comments

  1. How do i get the Reason Code and Reason attributes
  2. how do i get the event ids
  3. While i am passing username and password reason of failures: 1) Username disabled 2) Wrong password Reason message Which attribute, we have to get the reason of failures While i am passing username, token and state 3) Wrong token 4) State invalid or expiry. Could you please help me on this

Do you have any updates on above questions.

The library currently only supports PAP authentication which doesn't return error codes. It sounds like you are looking to do MS-CHAP or MS-CHAPv2 authentication? Does your RADIUS server return vendor-specific attributes?

tsyd avatar Nov 22 '23 11:11 tsyd

We are using the PAP authentication

Does your RADIUS server return vendor-specific attributes? Yes https://learn.microsoft.com/en-us/azure/virtual-wan/user-groups-radius

Now, are you able to help/provide solution with above attribute return values?

How do i get the Reason Code and Reason attributes how do i get the event ids While i am passing username and password reason of failures:

  1. Username disabled
  2. Wrong password Reason message Which attribute, we have to get the reason of failures While i am passing username, token and state
  3. Wrong token
  4. State invalid or expiry. Could you please help me on this