#1 2015-08-10 08:12:32

nirnir
Member
Registered: 2013-11-11
Posts: 66

one server redirects Authentication request to other server

I have few servers which only one of them should handle Authentication .
(all other servers are logged to the Authentication server)
is it possible that  when server gets Authentication request from the client  he will redirect it to the Authentication server ?
if the server gets positive answer from the Authentication server he will allow the session .

Offline

#2 2015-08-10 15:14:06

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,231
Website

Re: one server redirects Authentication request to other server

You could redirect the AuthUser and AuthGroup tables to the main server.

See http://synopse.info/files/html/api-1.18 … DATACREATE

Offline

#3 2015-08-11 19:43:21

nirnir
Member
Registered: 2013-11-11
Posts: 66

Re: one server redirects Authentication request to other server

Thanks
But  as I understand this will allow the remote server access to the login table on the main server .
The remote server shouldn't have any access to the actual  AuthUser table ,
Authentication request  on the remote server should trigger the check on the main server without 'sharing' the table with the remote server .

Is it possible ?

Offline

Board footer

Powered by FluxBB