Full custom web page on WLC? Not possible?

Hello Guys!
I created a custom web authentication page, and successfully loaded this page on the WLC.
This is working fine
But ... when the user press "submit" button and authenticates, the "Default WLC Web Authentication" Pop-up shows up!  "You are now logged in now ... and so on".
And if you configure user policy, to let just one user to login at the same time, the second user fails to log in, and is redirected directly to the WLC's Internal Web Authentication page.
Is it possible to disable these pages?

No, nothing happens
I can see this : when I am connected to the Access Point, and type the url ( www.google.com) I am redirected to the custom web authentication page, and to the internal authentication login page ( Because this internal page, I get an "succesfull login page" after login). ( Ofcourse at first, I can see just my custom page )
https://1.1.1.1/fs/customwebauth/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=f4:ea:67:63:d9:00&client_mac=00:16:6f:24:94:7d&wlan=SSID&redirect=www.google.com/

Similar Messages

  • Customizing Web page

    How to customize the web page for the guest authentication in cisco wlc 5508 ..? and also is it possible for customizing the Lobby admin webpage too ..?

    Thanks for your response
    We are not using ISE as of now. I have uploaded the bundle to the WLC and i could see the customized web page. But the logo is not shown in that web page. But i have kept that .JPG file also inside the .tar file. In cli it shows like "Custome web logo... NONE"
    Any clue why it is not shown ..?
    KVS
    Message was edited by: Prasan Venky

  • I recently upgraded to iOS 7.0.  When I open Safari to a blank page, a small "Settings" icon appears against the white background.  When I click on it, it opens  a link to a web page that is not among my other bookmarks.  How can I get rid of it?

    I recently upgraded to iOS 7.0.  When I open Safari to a blank page, a small "Settings" icon appears against the white background.  When I click on it, it opens  a link to a web page that is not among my other bookmarks.  How can I get rid of it?

    Leliforever, cheek you list of installed add-ons, the Ask toolbar can be installed without the users knowledge.
    For checking other extensions that may cause this, follow the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • OIM custom web page developed shows up on copy pasting the URL in browser

    Hi experts,
    I am facing this weird issue. I have developed a custom web page to generate password after adding custom menu item in OIM.
    The web page shows up on copy pasting the URL in browser. Only System admins after loggin in should get this menu item and page after clicking on it.
    http://xxxx:7778/xlWebApp/generatePassword.do
    But any1 can access this page currently. I have changed the action class to check for valid session,so clicking reset doesnt trigger the code.
    So atleast the functionality is protected.
    But the page still shows up on copy pasting the URL. How do i prevent this from happening ??
    Any suggestions and pointers would be appreciated.
    Regards,
    Confused developer.

    My action class does extend tcAction class.
    Does my action class need initialisation code i.e. below lines of code ??
                   ConfigurationClient.ComplexSetting config = ConfigurationClient
                             .getComplexSettingByPath("Discovery.CoreServer");
                   final Hashtable env = config.getAllSettings();
                   tcSignatureMessage moSignature = tcCryptoUtil.sign("xelsysadm",
                             "PrivateKey");
                   ioUtilityFactory = new tcUtilityFactory(env, moSignature);
    1 more question :
    Should i check for valid HttpSession() in the execute function() of the action class ??
    Can you share code for a sample custom action class please ??
    Thanks in advance.

  • Whenever I open firefox a add ons screen comes up with the yahoo web page behind it. . I just want the Yahoo web page and do not want to close the add ons page every time I use my computer.

    Whenever I open firefox a add ons screen comes up with the yahoo web page behind it. . I just want the Yahoo web page and do not want to close the add ons page every time I use my computer.
    I don't know what else to say about this. It is a screen that comes up in its own window everytime I open Firefox

    Please check your home page setting and see if about:addons is listed. If it is, please remove it
    https://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • It takes forever to load web pages. Is it possible I have a virus, even though I keep scanning for them?

    It takes forever to load web pages. Is it possible I have a virus eventhough I keep scanning for them?

    Your internet experience is dependent upon several different factors. I doubt a virus is the problem.
    1) when you type in an address or click on a link your service provider's computer must turn the URL into an IP address - the computer that does this is called a Domain Name Server (DNS). Many ISPs have slow DNS servers. If it takes a long time for the page to start loading but then loads quickly that might be your problem. OpenDNS provides a free DNS server that is very fast.
    2) the connection between your computer and router. I assume you are using WiFi - hold down the Option key and click on the WiFi menu item in the menubar. The RSSI indicates signal strength / quality and the farther away the value is from 0 the lower the quality. something between -60 to 60 is a good signal. If it is in the 80s or higher (or -80 or lower) you might try changing the channel and/or moving the base station.
    3) your internet connection. Go here to see how fast your connection is. Your connect speed will be dependant upon your WiFi connection, your ISPs internet service, and how fast the connection is between your city and the testing city. If you suspect your WiFi service is all or part of the problem you'll want to fix that before running the test - or connecting with an ethernet cable would bypass the WiFi problem. Of course you'll need a dongle (or a different computer) to test that way.
    My ISP is TimeWarner and at least for a while TW was notorius for having slow Domain Name Servers. I switched to OpenDNS and haven't looked back.

  • Saving pictures from web pages..is that possible

    Is it possible while viewing a picture on a web page..to save that image and send it to my email. I just got my iphone and Im not sure how to do that.??
    Thanks so much

    In a word, no.
    You cannot do so from a web page or with photos received via email.

  • Custom Error Pages (404 & 500) not invoked (JSF 1.2 & Websphere 6.0.1)

    Hopefully this is very obvious to some of the experts here. I'm trying to have my custom error pages (404 & 500) displayed, but in stead I get the normal system output text (ugly). The web.xml has been configured to apply the FacesServlet to all pages ending with "jspx". What I now get is the following: Whenever a page ending with .jspx cannot be found, the custom 404 page is IGNORED, however, when I don't use .jspx, but .jsp for example, IT WORKS. Below is my web.xml. I have already tried to make the error pages plain html, and also moved them to the root directory, no luck.
    Oh yes, running on RAD 6.0.1, Faces 1.2.
    Please if someone could guide me here...
    ########## SNIP ##########
    <servlet id="Servlet_1212573625706">
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>
    javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>-1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>JS Resource Servlet</servlet-name>
    <url-pattern>/.ibmjsfres/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.jspx</url-pattern>
    </servlet-mapping>
    <error-page>
    <error-code>500</error-code>
    <location>/includes/errorPages/error500.jspx</location>
    </error-page>
    <error-page>
    <error-code>404</error-code>
    <location>/includes/errorPages/error404.jspx</location>
    </error-page>
    ########## SNIP ##########

    I recognize this as an appserver bug (yeah, it's Websphere).
    Websphere (and the older versions of Apache Tomcat where it is actually based on) doesn't expect the error-page to be a dynamic servlet-served page, but as a static page. It roughly handles as follows: get the error-page location from web.xml, test its existence on the disk file system, if positive then go ahead, but if negative then display default error screen.
    The file with .jspx extension does not physically exist on the disk file system. A workaround for which I remember it worked in WAS 5.x is to create physically that file (empty content is allowed) on the disk file system. So create a blank file with jspx extension at the same location.

  • Safari cannot open the web page becauseit could not connect to the server.

    Hello, recently I have been trying to access a web page that I can only access if I delete the "www." in my browser before I hit the "go" button. If I do not delete the "www." I get the error message "Safari cannot open the page because it could not connect to the server. I have tried restarting my ipad 2 by holding down the home and lock button but it has not worked, I do have 7 tabs open right now but I dont think that would be a problem would it? I have full internet access so I dont think tap hat would be it.

    That didnt work :/ This website is hosted on a platform called enjin and I have noticed every enjin website is doing this to me so could it be something on there end? I havnt heard from anybody else who is having the same problem.
    The website looks different from what it did before this started happening to me, here is a screenshot of what it looks like now.
    [img]http://imgur.com/cWvR95e[/img]

  • I am connected to my remote server and "put files" but the web page files do not update, whats going on?

    I really can't figure this out:
    So I use a different computer at school for web design, I bought Dreamweaver to work on it at home, I get the files fine from the server that I uploaded at school but then I make changes at home computer and connect and "put" them and I check online and the web page doesn't change one bit.
    I don't have the exact file extensions from the computer at school but when I connect and get I have a similar folder(s) set up and then it downloads them into Dreamweaver file manager box and makes the folders there I downloaded. The site shows up fine in Dreamweaver after I "get" so great I thinking.
    But... not so fast, I change the page in Dreamweaver, preview n a browser and look right on so I "put", connect to server and upload. Then I check online an its still the same I uploaded the CSS and HTML and dependent files by dragging over and also using the up arrow "put" as well but nothing changes on the web page online.
    What is happening here I am so confused?
    Thanks a bunch, I mean I can still preview as I go but I really curious why my "put" files don't change my web page like at all!

    Have you tried refreshing the browser, or deleting the browser cache?

  • When I try to open a pdf billing statement it opens a blank web page and does not download the pdf or open its reader. Why not?

    I click on a link to download last months billing statement for say my phone provider. A new web page opens that is blank. The pdf file that is supposed to download and open up in Adobe or other PDF reader does not show up or open up.

    You can open with any of the following (if they are installed on your ipad) by tapping on the PDF file
    1. iBooks
    2. Adobe Reader
    3. GoodReader
    4. Quickoffice
    5. And many more

  • Cannot Add Approved App To A Web Page - App Does Not Show in the App Part Section.

    Hi all,
      I have successfully add an App from the SharePoint App Store to my SharePoint Site which was developed using SharePoint 2013. The added app was successfully Approved then when I try to add that app using the App Part to a web page I cannot Find it
    in the App Part section. I looked in the Site Collection Features & Site Features I couldn't find the app to activate. I don't think I have done some kind of mistake. So then what else I have to do to add that App part to the web page.
     Could someone try to solve this matter?
     Thanks,
     Regards,
     Chiranthaka

    First, are you sure the App contains an App Part?  Not all Apps are written to have app parts.  Second, did you add the app to the site collection from Add an App in the Site Contents page?  Apps that are added and approved from the Store
    are added to the App Catalog for the Web Application.  You would normally add them to the Site Collection from there after they are approved.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Accesing to the BPM Composer Web Page - Error : CurrencyKey not preserved

    Hi there,
    I've recently installed the Soa Suite 11.1.1.4, and when i logged in th BPM Composer and I try to use any option of the web page, i can see in the log the next error :
    ]] Root cause of ServletException.
    java.lang.AssertionError: CurrencyKey not preserved
         at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:531)
    With this error i can't navigate inside the BPM Composer Web page, any idea about this problem?
    Regards

    The solution to this issue, is adding in the CMDLINE of the Register Service the next value -da:org.apache.myfaces.trinidad.component.UIXCollection, with this option we disable the assertion of java, after that i can work with the BPM Composer Web Application

  • Web page links do not work

    When I click on a hyperlink on a web page nothing happens. In fact I'm have to use the Safari browser to send this query.

    Hello nimbus882, '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Web pages sticking or not loading

    Hi, the problem Im encountering is that when I open a new webpage from a site Im already on it loads incredibly slowly if at all.
    For example (and this is the most often occurring) when Im trying to sell an item on Ebay I can enter the site, go to the selling page without a problem and start the process of entering data for the item. When I click on the button to add a photo the new page opens, the title appears and the page stays blank. Eventually after 10mins or so some of the text will load and the page will look complete but when I select a photo and try to upload it it sits there with the loading icon spinning and does nothing.
    Other web pages have given similar issues - not loading, icon spinning and yet others seem ok
    BBC iplayer works ok, 4OD frequently hangs part way through a programme - I watch it via my PS3 and occasionally cant even log into PS Network.
    The speed test says Im getting over 6Mb to my laptop, over 7Mb to the hub, the local exchange is about 60metres away.
    This may well be nothing to do with the broadband speed but I have to start somewhere!
    regards
    Mark

    ADSL info as requested
    Connection Information
    Line state:
    Connectedppp0_0
    Connection time:
    0 days, 06:12:29
    Downstream:
    7.438 Mbps
    Upstream:
    448 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.1 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    12.2 dB / 18.0 dB
    Line attenuation (Down/Up):
    10.7 dB / 7.0 dB
    Output power (Down/Up):
    15.8 dBm / 11.9 dBm
    FEC Events (Down/Up):
    0 / 0
    CRC Events (Down/Up):
    1 / 5
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    0 / 0
    Error Seconds (Local/Remote):
    1 / 1

Maybe you are looking for

  • Calling web service from oracle forms fails with ORA_JAVA.JAVA_ERROR

    Problem Description: I'm following the steps as per the doc: http://www.oracle.com/technology/products/forms/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html to create a java stub to call external web service and then use java importe

  • Adobe Lightroom 3.2 does not show any images

    I just updated to Lightroom 3.2 this week. It worked fine the past few  days. Then last night, it started kind slow, then showed images shown in  Library grid/strip view for any images. But it still show meta data.  And no images in Develop tab. But

  • Event for value change of an input field

    Hello, I'm a newbie in WD4A. I've got a input field. Is there a event that's fired, if the value of an input field is changed? Regards Christian

  • IDVD does not advance slides in preview

    I created a slideshow in iDVD on my PowerMac. When imported into my new MacBook Pro, the slides appear fine in editing mode, but when previewed, the slides do not advance, though the audio track plays. Any suggestions would be much appreciated. Thank

  • MRP+Batch determination/restriction complex scenario

    I have a very complex issue with MRP and Batch Determination. Here is my situation. Please help me find a solution. I have materials which are batch managed and each material can have numerous batches based on the quality (80%, 70%, 90%). Materials c