Wlc5760 web authentication custom page

I have installed custom web pages with our company logo on the autentication pages. 
everything is fine, users are able to access the pages and autenticate but the logo image is not showing.
instead of the logo *some text missing * is appearing on the webpage.
my logo file is .gif having a size of 211KB.

Downloading a Customized Web Authentication Login Page
You can compress the page and image files used for displaying a web authentication login page into a.tar file for download to a controller. These files are known as the webauth bundle. The maximum allowed size of the files in their uncompressed state is 1 MB. When the .tar file is downloaded from a local TFTP server, it enters the controller's file system as an untarred file.

Similar Messages

  • Custom Page for mixed mode authentication

    Hi,
    Need help in developing a custom page for mixed mode authentication which also should have a provision for the end user to reset his password and also generate a password in case he has forgotten his password.
    Please help.
    Sathiish Reddy

    Hi,
    From your description, my understanding is that you want to customize a login page with password reset function.
    You could create a custom login page by referring this article:
    SharePoint 2013 Custom Login Page.
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/69b21a77-8a0c-444a-94ac-880326a2e1bc/sharepoint-2013-custom-login-page?forum=sharepointdevelopment
    Here is a solution that includes web parts for registering users, changing passwords and password recovery, please customize your page by referring to the code in the solution:
    https://sharepoint2013fba.codeplex.com/
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to add a custom web apps root page?

    I saw in Jan 2013 System Update the following:
    "Render a custom page when accessing the root URL of a Web App. For example, if you have a “blog” Web App, the items can be made accessible at  /blog/my-blog-post, and you’ll have the ability to customize the /blog page"
    Could someone point me in the correct direction for instructions on how to make use of this feature. 
    Couldn't appear to find a link from the Blog release notes to anything, and also tried trawling through support and forums for a suitable post.
    Closest I found was one about using sub-folders for web app items.
    I've tried adding a page in website admin, with the same URL as the web app, but it simply throws an error as it clashes with Web App url.
    Cheers
    Mike

    Hi Mike.
    Because a folder can have a index.html Web apps in the past you could not access that ability. You had to make a page and you could not SEO call it the same as your web app.
    SO
    Your web app is called Blog.
    You can now make a folder in your root called Blog.
    In that folder you can create a page and give it a url of index.html
    Now when you access the a web app directly - www.yoursite.com/yourwebapp or www.yoursite.com/yourwebapp/index/html you will access that index page.
    You can also put other pages under that folder if you want too.

  • 2013 Custom Web Parts in Page Layouts not showing for users

    Custom Web Parts in Page Layouts not showing for users
    I have created a master page in the root site collection for a subsite I am developing. I created content types and custom page layouts for the pages within the subsite.
    I used the snippet tool in the design manager to create web parts and page field markup which I copied into the custom layout HTML pages in the root site collection. For instance I have an image viewer web part that I place there to serve as a section title.
    The problem is that I can see all these customer layout page parts no problem but my users cannot. This leads me to believe its permissions, I am site owner of both the subsite and root site collection.
    The users that cannot see the web parts are site members of the site and restricted read users on the root site collection (where the layouts are stored).
    What gives I'm finding it hard to understand why a snipet generated web part wouldn't show in all pages created from that layout page.
    Any help would be appreciated, Havent found anything on this issue online. weird.

    It is a permission issue indeed. Fix is simple, make sure you check out the page layout page, then check it back in as published version.
    John Architect

  • Anchor Guest 3.2.171.6 Web Authentication page issue

    Hi folks,
    I'm having issues with our Anchor controller here running 3.2.171.6. Using a chain certificate for our Web authentication re-direct Page to a WEB-server. sometimes the Guest Clients are not re-directed to the WEb authentication page. After I reboot the Anchor this resolves the issue. I need to use this code to support the ipsec vpn module. any ideas would be appreciated.

    you need to try to find a non-chained certificate. I know that most CA do not use these anymore, but need to find one. WLC does not support chained-certificate until 5.2. It may work, but it is not supported.
    HTH,
    Steve

  • Custom Page Layout and strange web part behaviour

    Hi.
    I've added some additional web part zones to a new table in a custom page layout but when I deploy the page layout and apply it to an existing page, if I add a CEWP to the new zones the ribbon doesn't respond and I can only modify the CEWP if I move it to
    one of the other OOTB zones on the page.
    I can move the CEWP back and forth between the zones but the ribbon only reacts and allows me to really customize the web part once it's been moved to one of those original zones.
    I can add any web part to the new zones but the CEWP, when initially added to the page, just shows the "Click here to add new content" text/link and clicking it does nothing.
    The strange thing is that if I select and then copy that text/link, the text disappears and I can type in the CEWP.
    Adding a CEWP to one of the original zones just works. I click the link, the text disappears and I can start editing.
    Have I missed something in the code on the customized page layout or is this just a bug or some other quirk?
    Thanks peeps.
    N03L.

    Hi,
    This depends on the IView properties, so open IView properties in property editor and play around with
    Height properties like Height Type, MaxAutoHeight, MinAutoHeight.
    Regards,
    Praveen Gudapati

  • WebLogic Web Services Home Page and authentication

    I've generated a set of web services using a session bean and have secured
    my EJB methods. I'd like to enable testing of these methods via the WebLogic
    Web Services Home Page service, but I can't figure out how to pass along the
    authentication parameters. I've tried appending
    '&username=myUser&password=myPassword' to the URL and this doesn't appear to
    work (yeah, I know, but you can't blame me for trying).
    Any ideas on how I might do this?
    Thanks,
    Rob

    Looks like a bug. filed CR086448.
    Contact support for patch.
    regards,
    -manoj
    "Rob Moore" <[email protected]> wrote in message
    news:[email protected]..
    Hi, Manoj,
    We're using WLS 7.0.0.1.
    Thanks,
    Rob
    "manoj cheenath" <[email protected]> wrote in message
    news:[email protected]..
    The browser should pop up the user name/passwd dialog,
    if the WS is secured. Which version of WLS are you using?
    This could be a bug.
    regards,
    -manoj
    "Rob Moore" <[email protected]> wrote in message
    news:[email protected]..
    I've generated a set of web services using a session bean and have
    secured
    my EJB methods. I'd like to enable testing of these methods via theWebLogic
    Web Services Home Page service, but I can't figure out how to pass
    along
    the
    authentication parameters. I've tried appending
    '&username=myUser&password=myPassword' to the URL and this doesn't
    appear
    to
    work (yeah, I know, but you can't blame me for trying).
    Any ideas on how I might do this?
    Thanks,
    Rob

  • Web Authentication Page Refreshing

    Hi,
    I'm configuring a vWLC for web authentication but when client is redirected, the page hung refreshing.
    Which IP is used to access the webauth page?
    Thanks

    I create a DNS entry for webauth.lojaspompeia.com.br resolving for 1.1.1.1. But not success.
    I dont believe that I can access 1.1.1.1 without configure a Default Gateway.
    The virtual interface IP address is used only in communications between the controller and wireless clients. It never appears as the source or destination address of a packet that goes out a distribution system port and onto the switched network. For the system to operate correctly, the virtual interface IP address must be set (it cannot be 0.0.0.0), and no other device on the network can have the same address as the virtual interface. Therefore, the virtual interface must be configured with an unassigned and unused gateway IP address. The virtual interface IP address is not pingable and should not exist in any routing table in your network. In addition, the virtual interface cannot be mapped to a physical port.

  • WAP321 - Disable web authentication page

    I have a new deployment of (9) WAP321 access points. We have everything setup including a guest SSID with authentication. My client doesn't care for the web authentication page that appears after you enter the Guest key. Is there any way to disable the web authentication page?
    Thanks in advance for any help!
    Kevin

    Under the local users tab within Captive Portal, there is a setting:
    Away Timeout—The period of time a user remains in the CP authenticated client list after the client disassociates from the AP. If the time specified in this field expires before the client attempts to reauthenticate, the client entry is removed from the authenticated client list. The range is from 0 to 1440 minutes. The default value is 60. The timeout value configured here has precedence over the value configured for the captive portal instance, unless the user value is set to 0. When set to 0, the timeout value configured for the CP instance is used.
    Hope that helps. I would maybe use 1440 minutes (24 hours) for staff and put guest users on say half that. Just a thought.
    Eric Moyers
    *Please rate the Post so other will know when an answer has been found.

  • Custom Layout for Web Dynpro Proxy page

    Hey all
    I have a requirement to display 4-5 Web Dynpro for ABAP iViews on a page. 
    I have the option of using the standard PRT page to display these iViews for which I can create a custom layout using com.sap.portal.layouts.default.par and the simple JSP layout file in it.
    However, they should really be on a Web Dynpro Proxy page but custom layouts created using above component wont work. 
    In the document [Integrating Web Dynpro and SAP NetWeaver Portal|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/0c7b2f25-0c01-0010-f2a2-f8a65a9dcad9] it says -
    Within the SAP NetWeaver 04s release it is not possible to define application specific page layouts for Web Dynpro pages. Within the SAP NetWeaver 07 release this will be possible. Layouts for Web Dynpro page are implemented then as Web Dynpro components implementing a special ILayout Web Dynpro component interface.
    Has this been released as yet?
    Anyone find the APIs or workaround for this?
    Cheers

    I have the same question, but can't find any good solutions for this.
    For standard portal applications you can use com.sap.portal.design.layouts and modify layouts via JSP. But all webdynpro proxy pages are using their own layout.
    I'd like to change that layout too.
    Anyone?
    Cheers,
    Noel
    I am using NW 701

  • Error in calling a custom page in Oracle MSCA Mobile Web Application

    A custom page which is extended from a standard MWA page needs to be called. While doing this, the following error shows up.
    "Parent page type 4 is unacceptable in pageEntered handler of MenuPageBean!" in the $INST_TOP/logs/*system.log file.
    Your inputs are very much appreciated. TIA.

    Hi;
    Please see:
    Howto Enable WMS / MSCA Logging? [ID 338291.1]
    Mobile Work Orderless Completion Giving Error Message Unexpected Error Occured [ID 413364.1]
    Mobile Apps Does Not Recognize Barcode Data Identifiers and Strip the DFI's [ID 745432.1]
    Regard
    Helios

  • Custom Web Auth Splash Pages

    I've seen it menitoned in a few places that there are sample web auth splash pages located on the WLC that can be uploaded and modified. I've also hear that there are some sample pages on Cisco's website, but I am unable to find them in either location. How do I access these sample pages? 

    Jason,
         The sample web-auth bundle is located in the same location as the download for the controller code.
    http://www.cisco.com/cisco/software/type.html?mdfid=282600534&flowid=7012
    there is a link there for the Webauth bundle
    HTH,
    Steve
    Please remember to rate helpful posts or to mark the question as answered so that it can be found later.

  • Firefox 10 and IE 9 is not displaying Cisco ASA Web Authentication

    Hi All,
    We are having issue on AAA authentication page display for our ASA.
    1. There 2 issue reported here.
    2. First is customer cannot access the  website using IE 9. But this is because there is security patch on customer  PC.
    3. After customer uninstall KB2585542, the website load fine.
    4.  Second issue is, today morning, there is auto update on FireFox which  automatically upgrade users firefox to Firefox 10.
    5. After these upgrade,  users cannot load the website anymore.
    6. Error message is Server Does Not  Support RFC 5746/ CVE-2009-3555
    7. Customer using Firefox as default Internet  Browsing.
    8. As workaround, customer have downgrade their Firefox to version  3.6.22 and it's working fine.
    9. Java Version 6 update 23.
    10. An Cisco  case have been raise the check the compatibility of Cisco Web Authentication  with the FF10
    11. SR 620756799.
    Firewall Version : ASA 5520 7.2(5)
    Does anyone also experiencing the same issue? Any idea does this is a cisco bug or AAA issue.

    Hi,
    Please share the URL of the web site.
    Regards,
    Abhishek Maurya

  • Delayed Web Authentication on 5500 WLC

    Hi
    I have setup a Guest WLAN on 5508 WLC with web authentication, I noticed during tests that it takes about 2 to 3 minutes to complete authentication process and providing access to the client machine. My WLC is running version 7.3.101.0.
    Has anyone came across similar situation or can suggest a solution to this issue?
    Feel free to ask if you need more details.
    Thanks
    Sunil

    Well what I would do for testing is the following:
    Remove WebAuth to see if there is an issue with connectivity on that subnet
    Map the Guest WLAN to a working subnet or create a new SSID and map that to a known working subnet
    If your using a custom WebAuth, try using the default internal WebAuth page to see if there is any difference
    If your authenticating Guest using radius, check the radius logs for errors
    Is it all devices or is it an issue with few or a certain model
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • Help with Web Authentication

    Having a couple of issues with web authentication, and not getting much help from Cisco TAC. Basically, I'm trying to set up different login pages for each WLAN (so far I have two) with a 4402 controller running 5.1.151.
    For one WLAN, I'm using the internal (default) login page with the following modifications: Cisco Logo is hidden, custom Headline and custom Message. User authentication is done through RADIUS. This works great, but every time I reboot the controller, my custom Message disappears and I get the generic Cisco message, which I don't want. When I add the custom message, I make sure to click Apply and Save Configuration.. don't know if this is a bug or not, anyone else seeing this?
    For the second WLAN, because I need a different login page, I've tried using a customized downloaded login page and also an external web page.
    For the external web authentication, the documentation says you don't need a pre-authentication ACL and yet without this, the redirect doesn't work. Does anyone have this working without an ACL? Also, the sample login page provided by Cisco does not work and I have no clue what code is needed for the username and password credentials to be passed on to WLC for RADIUS authentication.
    As for the customized downloaded login page, I've gotten a sample page from Cisco which they've said they do not support and this page has several issues which I can't seem to get around: it redirects users to the generic welcome page (which we don't want), and does not prompt the user when they enter incorrect credentials (though I can tell the code for this is there).
    So, I'm wondering if anyone has either an external or internal login page that is working properly and is willing to point me in the right direction?
    Thanks.

    We have had some similar issues with the controllers not telling user they have used the right username/password, but have solved it. Whether it will help or not we can let you have a copy of our login.tar file if you want, just stick your email address in a reply.
    As far as I know, there is only one place to enter a re-direct page, which is in the config for the default web auth page and all web auth methods use this re-direct...that is our experience at least.

Maybe you are looking for

  • Conditional Header and Footer description print in Report

    Hello, Is it possible to print different header or footer of a report depend on condition. My requirement to change the header and footer description on a fly depend upon the parameter passed to the report. Any soultion ... Sam

  • Script Editor with Adobe Interactive Forms

    Hi Everybody, I have an issue (i think!) with the Adobe Interactive Form Editor in my NWDS. I need to use some scripts in my PDF form, and i though that the script editor will be helpful, but this is disabled. Somebody knows how to enable it? If I ha

  • Hour glass import pictures????

    Why am I getting hour glasses pictures instead of my pictures when I import from my Nikon 5100?? I've been fine for a year importing and now this..

  • Event key down

    I have a question regarding the event structure. If you make an event for 'key down', where can you specify which key is being pressed, instead of any key  Cory K Solved! Go to Solution.

  • Financial report studio login error

    Hi, while logging in to Financial report studio i am getting this error Could not connect to server : Server name please make sure that the server is running as specified in the logon dialog(including port number if not default) can any 1 help me in