Blocking Certain Applications via Clientless Portal AnyConnect

I need to setup a connection profile via ASDM v 6.3 for one user to have only access to one certain web application.  The user will only be logging into the web portal for remote access.  Can anyone tell me how to configure this in the ASA?
Greatly appreciated.

Under ASDM --> Remote Access VPN --> Clientless SSL VPN Access --> Group Policies --> edit the relevant policy for your webvpn:
- Then under Portal: just disable everything but the bookmark that you have configured for that 1 particular web application.
Hope that helps.

Similar Messages

  • Installing certain Applications via Software Restore...

    Hi All, I was wondering is there any freeware available over the web that allows me to select certain application I'd like to install into my Mac via the Software Restore disc?
    Many thanks

    Hello and welcome to Apple Discussions.
    To read up on using Software Restore disks, click this link:
    http://docs.info.apple.com/article.html?artnum=301408
    Also, anytime you Restore, whether just restoring one software or your entire hard drive, make sure and back up all your important files/data/images/audio first BEFORE doing anything. Also, run Disk Utility and Repair Permissions. And lastly, make sure to use the Software Updater to make sure you update to the most recent versions.
    Carolyn

  • Script "blocks" certain applications

    I'm running a script that runs from 15 minutes to an hour (or more).
    Many applications (web browser, office applications etc.) work fine while the script is running.
    (I'm using Windows 7/64)
    The script creates 50-200 indd files, and pdf files of these.
    But, one of the programs I use most, UltraEdit is "blocked" (not responding)..
    Windows Explorer is also "problematic",sometimes I can use it, sometimes its reacting slow (and not responding)..
    (It works perfectly when the script is not running)
    Anyone else have similar experiences? Any solutions?

    This is new ... got this attempting to do *anything* else while running quite an extensive ID javascript. Seems my system is lacking the jajaja to handle two jobs at a time.
    (Oh boy was I tempted to select 'restart', just to see what happens next! Instead, I chose to count my fingers until the computer got responsive again.)

  • Integrate vb client application to iplanet portal server

    how to integrate 3rd party applications to iplanet portal server

    If the application is entirely win32 based, you might wan't to have a look at the 3rd party products, such as tarentella, citrix or graphon. iPS allows secure sessions to be set up with these applications via the portal the desktop.

  • In App Store I'm blocked on the window of a certain application, not possible to get out of it

    In App Store I'm blocked on the window of a certain application, not possible to get out of it

    Try closing the App Store app via the iPad's multitasking bar and see if it works ok when you re-open it :
    iOS 7 : double-click the home button to open the taskbar, and then swipe or drag the App Store app's screen from there up and off the top of the screen to close it, and click the home button to close the taskbar.
    iOS 6 and below : from the home screen (i.e. not with the App Store 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the App Store app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't fix it then you could try a soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Calling a web dynpro application via portal using SSO

    Hello Expert,
    i have a requirement where i need to call a web dnpro application via portal.
    But it is asking for user name and password.
    i want to call using single sign on.
    Can u please suggest a way.
    i did the coding like this:-
    CALL METHOD cl_wd_utilities=>construct_wd_url
    EXPORTING
    application_name = l_c_appl_name
    IMPORTING
    out_absolute_url = l_v_gv_url_string.
    l_v_icf_url = l_c_icf_url_val.                      "#EC SYNTCHAR
    CALL METHOD cl_icf_tree=>if_icf_tree~service_from_url
    EXPORTING
    url             = l_v_icf_url
    hostnumber      = l_c_0
    authority_check = space
    IMPORTING
    icfactive       = l_v_m_sso_active.
    IF l_v_m_sso_active = l_c_x .
    CREATE OBJECT o_viewer
    EXPORTING
    parent = o_empty_co.
    CALL METHOD o_viewer->enable_sapsso
    EXPORTING
    enabled = l_c_x
    EXCEPTIONS
    OTHERS  = 0.
    l_v_gv_url_c = l_v_gv_url_string .
    CONCATENATE l_v_gv_url_c l_c_url_string p0022-pernr INTO l_v_gv_url_c.
    CALL METHOD o_viewer->detach_url_in_browser
    EXPORTING
    url        = l_v_gv_url_c
    EXCEPTIONS
    cntl_error = 1
    OTHERS     = 2.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
    RAISING error_occured.
    ENDIF.
    cl_gui_cfw=>flush( ).
    ENDIF.
    but it is not working
    thanks
    Mahesh

    Hi Mahesh,
    You need to setup a Single Sign On between SAP Portal and ECC system where yoy are doing the development.
    Ask basis team to setup the single sign on and usually this is the job done by Basis teams. Refer the below link to get some idea on SSO setup:
    http://scn.sap.com/community/enterprise-portal/blog/2013/12/15/sso-configuration-between-sap-portal-73-and-ecc-60-ehp-6
    Thanks
    Krishna

  • Cannot get certain applications to display via projector

    I was trying to display a movie on YouTube to my class (MacBook Pro connected to LCD projector), but Safari would not display, nor would QuickTIme Player. Understand: I  DO get my screen to display, but only certain applications will display via projector. In fact, I was able to get the YouTube movie to display on the projector by inserting it into a PowerPoint slide, as PowerPoint can be displayed.
    How do I solve this problem in the future?

    Hi b,
    Always best to start with basics. Is the projector turned on? Have you tried different input options on the projector (usually on a menu accessed with a button called Source or Input)?

  • Webdispathcer redirection for HTTPS/ Block certain URL in HTTPS

    Hi All,
    I've a Webdispatcher connected to EP7.0. I've implemented End to End SSL for the portal.
    The portal URL works with both http and https.
    I've redirected certain links like /index.html to /irj/portal/anonymous
    I also have permissions.txt file in webdispatcher which blocks certain links like /sld and /nwa etc.
    But these redirection and wdisp/permission_table parameter works only for HTTP.
    For HTTPS these redirection and blocking doesnt work.
    How to block these sensitive links /sld, /nwa for HTTPS also?
    Regards,
    Karthik Vembu
    Edited by: Michael Nicholls on Apr 7, 2009 9:39 AM

    Now I understand. I don't believe this can be done by the web dispatcher with E2E SSL as the web dispatcher doesn't look at the URL . I think you will need a real reverse proxy to hide these URLs.
    I suppose the question is why you are worried about people starting those applications through the web dispatcher. The user's Java permissions are a more reliable way of stopping them running them, not hiding the URL. You need to be aware that apps like /nwa can also be started with a longer URL that starts the web dynpro app directly...
    Edited by: Michael Nicholls on Apr 7, 2009 12:55 PM

  • Is there a firewall that can block an application?

    I'm looking for a firewall that can block applications.
    The firewalls for linux that I've found using google and also the one I'm using now can not block an application. There used to be an option for iptables (-m owner --cmd-owner programname), but since kernel 2.6.14 they've removed this option for iptables.

    eric, when you say u want to block applications, do you mean you want to block some of your applications getting out, or illicit use of ports for someone to get in ?
    if its the latter, it may be that the firewall rules regarding "accepted, related, established" cover this as when you make rules, whichever firewall application u use, you can drop any incoming connections that arent following the state matches in your ruleset.
    if you are concerned about ports being open to accept certain programs data, go to www.grc.com and use Shields Up to check. its a long while since i used any of this as i have a hardware firewall/router now, so apologies for lack of detail.
    iptables/netfilter help here

  • Wrong sap_ep_baseurl when calling a bsp application via appintegrator iview

    Hi all,
    we have integrated an BSP application via an appintegrator iview. Everything works fine except that the sap_ep_baseurl parameter in the BSP application URL is incorrect. It contains the port number 50000 which should not be included in the url as we are using a proxy in front of the portal.
    The parameter looks like this
    ...&sap_ep_baseurl=http%3A%2F%2F<proxy dns name>%3A50000%2Firj%2Fportal
    but it should only contain the following value
    ...&sap_ep_baseurl=http%3A%2F%2F<proxy dns name>%2Firj%2Fportal
    Does anyone know out of which configuration the port is taken?
    Thanks in advance. Regards,
    Constance

    Hello Constance,
    why did to integrate the BSP application via an appintegrator iview? You can use a BSP IView.
    Regards
    Gregor

  • Deploy Webdynpro ABAP application without logon portal

    We have a Webdynpro ABAP application bulit in ECC to deploy.  User wants to access the application via an URL on their webpage instead of logon SAP portal.  They do not want the application to show the portal header and navigation area.
    With the help of portal support, we created an URL iView to access the application with parameter NavMode=3 (e.g. http: //portal.xxx:8280/irj/portal/index.html?navigationtarget=roles://portal_content/mycompany/application.iView
    /WDApplication&NavMode=3).  This method can fulfill user's requirement.  However, we have to hardcode the Webdynpro ABAP application URL in the iView (e.g. http: //devep.xxx:8000/sap/bc/webdynpro/sap/WDApplication).  This will be a disadvantage because the URL will be http: //qasys.xxx in QA environment and http: //prodsys.xxx in production environment.
    Can someone suggest a solution to me?  We do not use NWBC. Thanks.

    Hi.,
    I think only after moving to PRD., the client will use the application rite.!! so u can directly give PRD url in ur iView.,
    If it is in application ., we can get Host and Port., but we have to hardcode the url., So I am thinking better to give PRD Url in iView.
    Thanks & regards
    Kiran

  • How can I enable java applet plug-in and Web Start applications via terminal?

    Since the last Java update to Snow Leopard, I have found that the system periodically disables the Java applet plug-in after a period of disuse.  I know I can go to /Applications/Utilities/Java Preferences and just click to re-enable Java.  But I want to write a script which will do this periodically for a couple hundred Mac users where I work. 
    My question is - how can I reenable the Java applet plug-in and web start applications via Terminal command?  Is this possible?  Is there a plist file that can be modified, etc.?
    Bob Reed

    It is my understanding that Apple's most recent Java update automatically disables Java after a certain period of time that it hasn't been used.  We don't want users to have to keep re-enabling it.  So we wanted to find a way to do this via script either run by a Casper JSS server or stored locally on each workstation.   With the guidance provided by Mark Jalbert above and some text from a script written by Rich Trouton, I was able to make a script (with some minor changes) and a launch agent to re-run the script upon login.  So the preference is always enabled.
    For your reference, the script content is:
    #!/bin/sh
    # DYNAMICALLY SET THE UUID FOR THE BYHOST FILE NAMING
    if [[ `ioreg -rd1 -c IOPlatformExpertDevice | grep -i "UUID" | cut -c27-50` == "00000000-0000-1000-8000-" ]]; then
    MAC_UUID=`ioreg -rd1 -c IOPlatformExpertDevice | grep -i "UUID" | cut -c51-62 | awk {'print tolower()'}`
    elif [[ `ioreg -rd1 -c IOPlatformExpertDevice | grep -i "UUID" | cut -c27-50` != "00000000-0000-1000-8000-" ]]; then
    MAC_UUID=`ioreg -rd1 -c IOPlatformExpertDevice | grep -i "UUID" | cut -c27-62`
    fi
    # Set the the "Enable applet plug-in and Web Start Applications" setting in the Java Preferences for the current user.
    /usr/libexec/PlistBuddy -c "Delete :GeneralByTask:Any:WebComponentsEnabled" /Users/$USER/Library/Preferences/ByHost/com.apple.java.JavaPreferences.${MAC_UU ID}.plist
    /usr/libexec/PlistBuddy -c "Add :GeneralByTask:Any:WebComponentsEnabled bool true" /Users/$USER/Library/Preferences/ByHost/com.apple.java.JavaPreferences.${MAC_UU ID}.plist
    /usr/libexec/PlistBuddy -c "Delete :GeneralByTask:Any:WebComponentsLastUsed" /Users/$USER/Library/Preferences/ByHost/com.apple.java.JavaPreferences.${MAC_UU ID}.plist
    /usr/libexec/PlistBuddy -c "Add :GeneralByTask:Any:WebComponentsLastUsed real $(( $(date "+%s") - 978307200 ))" /Users/$USER/Library/Preferences/ByHost/com.apple.java.JavaPreferences.${MAC_UU ID}.plist
    The launch agent plist content is:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Disabled</key>
              <false/>
              <key>Label</key>
              <string>org.XXXXX.enableJavaPlugin</string>
              <key>ProgramArguments</key>
              <array>
                        <string>sh</string>
                        <string>/Library/Scripts/XXXXX/enableJava_plugin.sh</string>
              </array>
              <key>RunAtLoad</key>
              <true/>
              <key>StartOnMount</key>
              <true/>
    </dict>
    </plist>
    I hope this is helpful to anyone wishing to keep the Java web plugin enabled.
    Bob
    Message was edited by: Robert Reed2

  • How to Block certain websites on my Mac.

    How to I go about Blocking certain web sites (adult) on my mac.
    I have Panther right now,considering Tiger.As for now.Is their a setting I can go to to block these web sites or do I have to buy a program to do this?
    Apple   Mac OS X (10.3.9)  
    Apple   Mac OS X (10.3.9)  
    Apple   Mac OS X (10.3.9)  

    I use the free "privoxy" program as a proxy...it sits between my browser and the internet and can be configured to block various URLs. OTOH, it's easy to circumvent: a user could tell the browser to connect directly instead of via proxy or use a different browser. A stricter filter would be to use the built-in "ipfw" firewall (for which one can use the shareware BrickHouse as a GUI) to disallow contacting certain servers...this occurs at a more fundamental level of the network connection and can only be changed by an admin user, so the user or browser configs can't avoid it.

  • Screen corruption with certain applications

    My ArchLinux install has been fine for ages, so I think my ATI card is configured correctly. However, a few days ago I noticed that when I open certain applications (mainly Picasa via Wine and OpenOffice file dialogs), my entire screen becomes corrupted.
    It looks like the screen gets divided into 4 or 5 horizontal areas and when I move the mouse pointer or windows, they appear to scroll across these areas in a staggered manner.
    I do recall installing Google Chrome (not Chromium) from AUR and I believe it installed a different version of "libjpeg" and "libpng" from source, so maybe this has something to do with it.
    Also, when using Nautlius, I get a serious X panic (sometimes kernel panic) saying that "Nautilus is tainted".
    I've tried removing these "libjpeg" and "libpng" libraries and have even reinstalled X, Gnome etc. using pacman, however, the problem still occurs.
    I can recover by dropping to a virtual console and then restarting X with "/etc/rc.d/gdm restart", but obviously this isn't sustainable.
    What do you recommend? If I can't find a solution, I might reinstall the box but will probably go back to Debian.
    Thanks in advance!

    This appears to be exactly my problem. I will try the suggested fix when I get home from work this evening.
    Thanks for the speedy response. Yet another reason to love Arch Linux and its community!
    Cheers!

  • Bookmark Web application within NW2004s Portal

    Hello all,
    we are publishing BW Web Application in our NW 2004s Portal. So far we still using the BW release 3.5.
    Before we used the portal, we published our BW Web application in the Bex browser. After the user open and navigate within the appliaction he can bookmark the application and save the filtered and drilled status as favorite.
    Is it possible to create and save a bookmark in order to save the drill-down status of the report within the portal? After I have tried to bookmark the web application the URL still remains.
    Any help would be great.
    Best Regards,
    Stefan from Munich/Germany

    Hello Santosh,
    we already published the web application via iView in our portal.
    What I am looking for is to bookmark an already published web application within EP portal. E.g. I open the web application with specific filter and make some drills. Now I want to bookmark this report situation and save the generated url under my favorites.
    For me this is not working. When I click the bookmark option noting happened. My address bar url also not changed; no bookmark URL was created.
    Please help ......
    Regards,
    Stefan from Munich Germany

Maybe you are looking for

  • Record enable button not showing up in logic pro x?

    it is checked under the "configure track header" box and even has a blank space for it ("input monitoring" button is slid to the right), but is invisible. checking and unchecking "record enable" slides the "input monitoring" button right and left. th

  • What is XUL runner AND why does it state couldn't run XRE functions

    When I tried to update either 6.2 or now 7.0 on my xp laptop I get the XUL runner popup and it states the above about XRE function. Since I don't know what either means. How can I do a sucessful update.

  • Scripting in overflow area

    Hi, I'm using subforms for tables with overflow area for page break. If I set field properties by scripting (e.g. $.presence = "invisible"), in the overflow area of the table  the scripting does not work, the subform property is reset. (The field is

  • Added Captcha Image extension but can't find application in DW CS4

    Hi, I installed DW CS4 about two weeks ago.  Yesterday, I installed the PHP Captcha Image extension that I downloaded from www.tecnorama.org for the purpse of using it on my website's Contact Us page (getting lots of SPAM).  Per the Extension Manager

  • Arrange by Date Modified

    Ever since I updated to Lion I have been wondering how to keep a folder arranged by the date modified in the icon view. In Snow Leopard, if I set a folder to be arranged by date modified, it would do it and look exactly the same as if it was arranged