Mobile Phone Web Browsing - Automated Authentication.

Our company currently provides subscription data content to our customers which they access via mobile web services on their mobile phones. Instead of requiring our customers to enter a user name and password to access our secure website, we would like to automate the subscribers authentication to our website with an automated authentication technology.
Is anyone familiar with any tools available to support authentication technologies (i.e.; digital certificates) that are supported by (recent at best) versions of mobile phones?

I have tried your suggestion with both Firefox beta and opera bowser. Same issue. Works perfectly in chrome, but I would prefer to use Firefox browser. Thanks for your suggestion. I have also removed all cookies in every browser. Any other suggestions would be gratefully received.

Similar Messages

  • Mobile Phone to PC via Bluetooth

    I am investigating the posibility for a certain function for an application on a mobile phone. An Single Sign-On (SSO) application. This application is going to transmit its authentication data to the PC and cause the Web browser to open and log in to the site with the authentication data from the mobile phone.
    I was thinking if it is possible to send this authentication data and open the web browser without a companion application already running on the PC. As most SSO applications do have.
    Scenario 1: Is it possible to transfer a little program to the PC which executes the necesary commands to open the web browser with minimal or no user interaction on the receiving PC when sending over this file/program?
    Scenario 2: Maybe it is possible to simulate a keyboard on the mobile phone which sends the authentication data over to the web browser like a keyboard input(only automatic)? Can I open the default web browser with a keyboard key combination(Is this possible to do with Java)?
    I have never programmed J2ME with Bluetooth before so I have no idea if this is possible with either J2ME or Bluetooth.
    I would appreciate any answers/clues/ideas to this problem as I need to figure this out soon concerning my upcoming MSc thesis on Single Sign-On.

    Hi!all..
    I am doing the same thing...in my project actually i want to transfer data from pc to mbile back and forth..using bluetooth
    I m using atinave aveLink BT library...
    In that i am able to transfer data from mobile to pdesktop pc successfully..
    in my application desktop pc is server and mobile j2me application is client....
    Now i am able to connect both mobile and pc and as i have told u already i am to send data from mobile to pc and pc receives them and prints them but when i am trying reverse thing my mobile receives data randomly i.e. it may happen that mobile doesn't receive data at all or mobile receives all the data...and in that ratio of not receiving data in mobile at alll is more than receiving successfully....
    I have also tried to communicate between two mobiles in which one is server and other mobile is client using same code to receive and send data....they both communicate well successfully back and forth...
    but problem is only between pc and mobile....
    Another thing i have also tried to make my mobile server and pc as client but in that case when in service search completed method when pc client tries to connect to mobile server which is already successfully in waiting mode the pc throws an exception "java.io.exception : Connection failed"
    So i mnot getting the reason why it is happening....
    pc server can receive data from mobile client successfully and can slao send data successfully but mobile client doesn't receives or some times receives....
    mobile server and mobile client both successfully communicate with each other successfully.......
    And mobile server and pc client case mobile server goes into waiting mode but client is not able to connect with server throws and io exception: "Connectionfailed"
    So is there any one who has same problem as mine???????
    or is there any one who can tell me the reason why it is not receiving data or why connection failed exception is coming?????????
    Or is there any one who has done successful communication between pc server and mobile client???????????
    if some one is there then plz help me because in my project to transfer data back and forth between mobile and pc is necessary....in any case...
    Help from any one would be appreciated greatly..............

  • I am looking for Microsoft Media Player plugin for Firefox for Mobile, where can I find it for download and installation on my Samsung S2 Mobile phone running Android (2.3.3)

    I am not able to watch web videos on my mobile phone firefox browser (version 6.0) and running Android 2.3.3 Gingerbread.
    Kindly assist me in this regard.
    Thanks
    Huzefa Darolywala
    [email protected]
    [ed. removed phone #]

    There is no such plugin for any Android browser. I doubt Microsoft will ever make one. The best chance you have is if the site provides a direct link to the file and you download it. You then might be able to play the file with one of the media players on the phone.

  • Printing photos from mobile phone

    If I email a photo to my printer from my laptop, it prints without problem. However, if I do the same from my LG GD510 phone I always have the result "FAILED - insufficient data", though simple text emails from the phone print fine. Why is this, and what can I do about it? I have tried sending photos at both full and reduced size, with and without subject line, with and without accompanying text message.

    Hi johntyson,
    I suspect this might be due to the email client that is used in your LG mobile phone.
    When you try to create a new email, somehow the format is not acceptable by the ePrint server.
    ePrint only support certain email client such as Outlook, AppleMail, etc
    As for your gmail, perhaps you can try sending email using gmail web client  through the phone web browser?
    Thank you.
    I am an HP employee
    **** Please mark the post that solves your problem as "Accepted Solution" ****

  • Nokia 701 web browser is not working

    i have nokia 701. My phone web browser is not
    working. Net is working in other browsers like
    opera and uc browser. it's a big problem for me i
    can't watch online videos and i can't access to google or any other site.. I also delete the cache folder in C drive. But still browser is not working.plz help me to solve this
    problem...

    same here also. happened after i updated social. now cant browse or check for updates

  • Crashed Web browser

    My 5700 phone web browser doesn't open and even if it does try it shuts down itself just immediately.pls, i need fast help with this.thanks for caring.

    WonderWoofy wrote:
    I have had this happen with dwb before... a couple times actually.  But not often enough to really have it concern me.
    Just a bit of advice, rather than post the entirety of your logs, it might be better next time to find the relevant areas and include that with maybe a bit before and after.  It is pretty obvious where the oops happens, and it is timestamped.
    I’ve edited the logs to skip out all of the noise.

  • How to open a web browser from an windows phone app

    Hi everyone,
    I am pretty new to Windows Phone 7, and now what I am trying to do is to create a simple app. When a user click to start this app, a browser will open and show the content of a webpage from a specific address.
    I tried to use a webbrowser object, but it seems like that doesn't sport cookies. So I need my app to open a real web browser (maybe IE mobile) to do the job.
    Thank you.

    copying from stackoverflow: "If you want to embed a browser window inside your application then use  the WebBrowser control.  Add an instance of the WebBrowser control to  your form then you can reference it in code using the name you
    give  it.  (Default name is "webBrowser1")"
    Microsoft MVP J# 2004-2010, Borland Spirit of Delphi 2001

  • How to connect other mobile web browser to java application.

    I'm trying to write an application in j2me and wondering how can i take the requested url from the default web browser of mobile phone to my java application and download page using java application and send the downloaded data to that browser.
    I don't know any API that do this.
    Please help...

    take a look at [Java ME Content Handler API (CHAPI), JSR 211|http://java.sun.com/products/chapi/]
    - CHAPI +"...manages the action to handle [Uniform Resource Identifiers|http://en.wikipedia.org/wiki/Uniform_Resource_Identifier|Wikipedia article] (URI) based on a MIME-type or scheme. CHAPI provides the capabilities for browsers and native applications as well as Java ME applications to invoke other Java ME applications which dynamically extend the media types and capabilities supported by the device's application environment...."+

  • Can I prevent a web browser on my computer from adjusting to tablet/mobile views??

    So, I would like my responsive project to only use the primary viewport when it is being displayed on a desktop computer. I don't want to use the tablet/mobile layouts unless on a tablet or phone. Ideally, like most websites, if you make the browser window small enough the horiz/vert grey scrollbars kick in and I would like this behavior when on a desktop. Right now as I decrease the size of my desktop web browser the project changes from primary to tablet to mobile.
    So can I "lock" the primary viewport if on a computer?? Thanks in advance!!

    The only examples i've seen need the likes of jQuery, i suggest having a look on Stackoverflow. Its a very bad idea though to restrict the user like that and i would recommend you not do it, with responsive design you need to appreciate that the user will view your content in the way that best suits them.

  • Detecting mobile phone browsing

    Trying to find a solution to detect if a user is browsing a
    specific web site from a mobile device, and then redirect them to a
    simplified version of the site?
    Any ideas?

    You could do as darrel has suggested and but if you want
    automatic redirection the you want to put a script in place that
    detects what useragent a browser is using. Below are some. the
    WURFL database will give you huge list of useragents.
    IE 6 .0 on Windows XP SP2 with .NET Framework 1.1 installed:
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
    1.1.4322)
    IE7 beta running on Windows Vista — Mozilla/4.0
    (compatible; MSIE 7.0b; Windows NT 6.0)
    Firefox 1.5b1 on Windows XP — Mozilla/5.0 (Windows; U;
    Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
    Opera 8.51 on Windows XP — Opera/8.51 (Windows NT 5.1;
    U; en)
    Pocket PC IE on Windows Mobile 2003 — Mozilla/4.0
    (compatible; MSIE 4.01; Windows CE; PPC; 240x320
    Nokia 6230 Mobile Phone:
    Nokia6230/2.0+(04.43)+Profile/MIDP-2.0+Configuration/CLDC-1.1+UP.Link/6.3.0.0.0
    You will need to use ASP which is server-side detection
    rather than javascript with alot of mobile phones have trouble
    with.
    You could try this code below, though you wil need a large
    list of user agents:
    <%
    userAgent = Request.ServerVariables("HTTP_USER_AGENT")
    isMobile = false
    if((InStr(userAgent, "AvantGo") > 0) OR (InStr(userAgent,
    "Windows CE") > 0) OR (InStr(userAgent, "NetFront") > 0) OR
    (InStr(userAgent, "BlackBerry") > 0) ) then
    isMobile = true
    end if
    if isMobile then
    response.redirect("
    http://www.namesandnumbers.com/mobile")
    end if
    %>
    Hope this helps
    regards
    Paul

  • User Authentication for subfolder not working in Web Browser

    We are using Oracle Application Server 10.1.2.3 and Database Server 10.2.0.5 for our application.
    One of the functionalities of the Application is to send emails with attachments.
    The logic is that the Application would generate the attachment file on the Application Server.
    Then a database package uses Oracle's utl_http package/procedures(more specifically utl_http.request_pieces where the single argument is a URL) to pick up the file from the Application Server via URL, attach the file and send the email.
    Exchange and Relay Server is also set in the Application.
    The problem is that the folder containing the folder which stores the attachments is having user authentication set.
    Example : The main folder is /apps/interface, this folder requires a valid user when it is accessed via URL on a web browser.
    Alias created in httpd.conf
    Alias /int-dir/ "/apps/interface/"
    The folder /apps/interface/email/ is the folder where the attachment files are generated and stored.
    Application Server : 10.12.213.21
    Database Server : 10.12.213.22
    Email Server : 10.12.213.44
    Configuration as per httpd.conf
    Alias /int-dir/ "/apps/interface/"
    <Location /int-dir/>
    AuthName "Interface folder"
    AuthType Basic
    AuthUserFile "/u01/app/oracle/as10g/oasmid/Apache/Apache/conf/.htpasswd"
    require user scott
    </Location>
    <Location /int-dir/email>
    Options Indexes Multiviews IncludesNoExec
         Order deny,allow
         Deny from all
         Allow from 10.12.213.21
         Allow from 10.12.213.22
         Allow from 10.12.213.44
    </Location>
    Using the above configuration the Application is able to attach the files and send the email, however, when we access the following URL :
    http://10.12.213.21:7778/int-dir/ - it prompts for user authentication
    However if we use the following URL :
    http://10.12.213.21:7778/int-dir/email/ - it does not prompt for user authentication, and all the files in the folder are displayed in the browser.
    I have tried so many things including AllowOverride, .htaccess, but i am not able to get user authentication for the email folder.
    Please help me if you can.
    Thanking you in advance,
    GLad to give any more information that i can.
    dxbrocky

    Thanks for your response.  I fixed the problem by selecting "full site" or "full website" at bottom of the web page.  After making this selection the zoom function returned.  Thanks again for your interest.

  • Getting out of memory exception while loading images in web browser control one by one in windows phone 8 silverlight application?

    Hi, 
    I am developing a windows phone 8 silver light application . 
    In my app I am displaying images in web browser control one by one , those images are the web links , the problem is after displaying 2 to 3 images I am getting out of memory exception .
    I searched for this exception how to over come , everybody are saying memory profiling ,..etc but really I dont know how to release the memory and how to clear the memory .
    In some sites they are adding this
    <FunctionalCapabilities>
    <FunctionalCapability Name="ID_FUNCCAP_EXTEND_MEM"/>
    </FunctionalCapabilities>
    by doing this am I free from out of memory exception?
    Any help ,
    Thanks...
    Suresh.M

    string HtmlString = "<!DOCTYPE html><html><head><meta name='viewport' content='width=device-width,initial-scale=1.0, user-scalable=yes' /></head>";
    HtmlString = HtmlString + "<body>";
    HtmlString = HtmlString + "<img src=" + source +" />";
    HtmlString = HtmlString + "</body></html>";
    innerpagebrowser.NavigateToString(HtmlString);
    that image source is the web link for example www.sss.com/files/xxx/123.jpg .
    Note this link is not real this is sample and image is of size 2071X3097
    Suresh.M

  • No Optimized web browser support on basic phones after 8/30/13?

    Over the weekend I received a very disturbing message on my web browser. of my Samsung Gusto 2. It said that there would be no Optimized  web browser support on basic phones after 8/30/13 and that if I wanted a good web browsing experience that I would have to upgrade to a smartphone. I am on the $50 unilmited talk,text,and web prepay plan  but don'\t want to get stuck paying for a web browser I can't use after that date.A smartphone monthly plan would cost $10-20 more monthly,in addition to spending considerably more to buy a smartphone. I already have a tablet and was told a smartphone was unnecessary. Anybody else get this message?One person in customer service said that it was propaganda and not to believe it. Another person that I called later found the memo but had no further information on it at this time. Aparently Verizon likes to keep their customer service associates in the dark until last minute.No idea if they will alter their price plans in light of this development. I currently have AT&T U-Verse and will move my number to them and switch providers if forced to.They are willing to offer the same plan I currently have with Verizon but will have to buy a new  AT&T GoPhone.  Have had pretty good customer service with them up to now,but they are not open 24/7 for wireless customer service. Any comments?

    Hi Melissa
    Right now I am switching  back and forth between the Samsung Gusto 2 and the original Gusto. The reason I am doing this is because the Gusto ,even though it is an older phone, is in much better condition than the newer Gusto2. I want to use the beat-up Gusto2 for work, and  switch to the other phone when I need a more presentable phone.Also have  a Verizon Wireless CDM 7076(somewhere).
    Don't know why I am being forced to replace perfectly good phones. And yes,SydneyK, I could use my tablet for data,but it is a little cumbersome to take it out with me,but don't need it for my work . I just took it out for the first time recently to see how well it works on Wi-Fi hotspots(I don't have or want a data plan).Because I am a U-verse customer,I have access to 30,000 AT&T Wi-Fi hotspots AT NO ADDITIONAL CHARGE. I don't want to pay for something (web access)that I can't use on this phone. If Verizon can't give me cost-effective solutions,then I will be forced to transfer my number to AT&T Wireless as of August 30 for a GoPhone. AT&T wants my business and are wiling to do anything to satisfy me. Haven't had any trouble with Verizon either. Yes,  their customer service is still available 24/7 even thought you will have to wait a while sonetimes. I just hate the thought of having to go through the hassle of transferring my number to another carrier.
    Marc

  • Can't Web Browse to 6900 series phones running firmware 9.4.1.3 on cisco CME

    Hi
    I'm having issues with web browseing to cisco IP phones. 
    Historically we could web browse to a a basic settings/ dianostics page of the phone by simiply browseing to the phones IP address. 
    However after an upgrade to SCCP firmware 9.4.1.3 this is no longer possible? I have tested from the same lan/subnet but still it refuses connections. Did a telnet using port 80 and this is also refused. 
    Was this feature removed in the later firmware? I have always found this feature usful especially when doing degugging and remote testing. 
    If it is still possible to web to them does anyone know how this is enabled. I'm searching around but not found a solution yet. 
    Thanks
    Simon

    I think web access disabled by default started in 9.3(3) for these phone models:
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cuipph/6900_series/firmware/933/release_notes/P069_BK_R9A78776_00_rn-9_3_3-6900-series/P069_BK_R9A78776_00_rn-9_3_3-6900-series_chapter_00.html#P690_TP_WC33699B_00

  • I cannot watch video's in the mobile web without a currect flash player for mobile phone! what virsion of player i need?

    I can't watch video's in the mobile web without a currect flash player for mobile phone's. what do I need to do(what is the currect virsion)?
    If you have an answer just send it to me by e-mail!
    [email protected]

    If you find anything out please share.  I have flash projects (SWF) files created in Captivate 5 that play fine in Flash and Dreamweaver, but freeze up on the web in safari, firefox, opera and chrome.  Even files that used to play just fine.  This upgrade has been a nightmare - I have spent hours troubleshooting to no avail.  It does not seem to be a problem for windows users - only macs.

Maybe you are looking for