On Jul 9, 2018, at 7:17 AM, Rohith Asrk <rohith.asrk@gmail.com> wrote:
I'm working on the django-freeradius project. First of all, Thanks for the help on session limits feature. Now we wish to put restrictions on the API and therefore are thinking to go with Token authentication for each organization/ app.
Can anyone tell me how to configure FreeRADIUS to allow token authentication, i.e., dealing with the requests having a token parameter?
The question is where does the token go? i.e. which attribute carries the token?
Also, it would be great to know if multiple tokens can be authorized, for ex., each user/ a group of users having a single token.
Sure. Multiple users / groups can have the same password, for example. Tokens are similar. Alan DeKok.