26 Sep
2025
26 Sep
'25
11:13 a.m.
On Sep 26, 2025, at 2:48 AM, Andrei Katsuk <steep8@gmail.com> wrote:
Hello! I want to implement next scheme (PAP protocol, FreeRADIUS 3.0.27): client sends request to frontend server , frontend server authenticates user , frontend server sends request to backend server, backend server authenticates user and adds attributes, frontend server returns extra attributes to client.
Why? If the front end authenticates the user, the back end can just assume that the user has been authenticated. It doesn't need to re-authenticate the user. Alan DeKok.