13 Jan
2014
13 Jan
'14
7:48 a.m.
Hi,
Will "accept" always result in two entries? Is there anything I can do to stop clients from using anonymous or changing anonymous id to anything else like basil@moo.com in the test above? Is there anything I can do to log the actual user that was rejected as in the case of (25)?
depends where your logging - and yes, you'll get 2 entries if you are logging in inner and outer - the server is just doing what its told. if you want to log the user of the reject then you need to configure logging for the inner post-auth reject section. alan