Dear Members;
Has an yone managed to setup pass-through authyentication with Web Redirect (http) on vSRX 15.1....
The browser correctlky redirects to the web authetication ip but displays no page..instead Firefox displays the follwoing message:
"
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
and when we issue the following command on VSRX:
root@vSRX-15> show security firewall-authentication users
Firewall authentication data:
Total users in table: 1
Id Source Ip Src zone Dst zone Profile Age Status User
0 10.10.10.5 Trust Untrust test-pro 6 Failed
The cdonfiguration is:
[edit access]
root@vSRX-15# show
profile test-profile {
authentication-order password;
client fwuser {
firewall-user {
password "$9$AJFRtBEcSeWX-re"; ## SECRET-DATA
}
}
}
firewall-authentication {
pass-through {
default-profile test-profile;
http {
banner {
success "You are in";
}
}
}
}
from-zone Trust to-zone Untrust {
policy fw-policy {
match {
source-address any;
destination-address any;
application any;
}
then {
permit {
firewall-authentication {
pass-through {
access-profile test-profile;
client-match fwuser;
web-redirect;
}
}
}
}
}
}
Why is authentication failed....?
Waiting eagerly fro your kind comments.
Cheers.