cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
693
Views
0
Helpful
1
Replies

Launch application access automatically on user login on WebVPN

dapogsdapogs
Level 1
Level 1

Hello everyone. I was hoping if someone could point me to the right path on how to automate the application access on user login. The way my system works now, users need to click application access after login to launch it and they are clamoring for it to be automated. Is there a way for me to achieve this?

Thanks in advance.

1 Reply 1

Marcin Latosiewicz
Cisco Employee
Cisco Employee

Hi,

Under group-policy attributes in webvpn you should have option to auto-start particular smart-tunnel or port-forwarding.

bsns-asa5505-19(config)# group-policy TEST attributes
bsns-asa5505-19(config-group-policy)# webvpn

bsns-asa5505-19(config-group-webvpn)# smart-tunnel auto-start ?

config-group-webvpn mode commands/options:
  WORD < 65 char  List name of programs to use smart tunnel
bsns-asa5505-19(config-group-webvpn)# port-forward auto-start ?

config-group-webvpn mode commands/options:
  WORD < 100 char  A valid port forward list

Depending of course  if you need smart-tunnel or port-forward or which group you have configured ;-)

Marcin