|
Kiwi Syslog Web Access supports pass-through style authentication, enabling direct linking to pages within the website - without having to login manually.
Consider the following example:
For a usual Kiwi Syslog Web Access installation on localhost port 8088, opening a new browser session and navigating to http://localhost:8088/Events.aspx would result in the user seeing the Login Gateway page - ie. Manual authentication would be required.
Pass-through authentication:
Kiwi Syslog Web Access provides two additional QueryString Parameters to support pass-through authentication.
Pass-through (or direct links) in the following form will not require manual login (login will occur automatically):
http://localhost:8088/Events.aspx?AccountId=Administrator&Password=******
|