Tagged Questions

15
votes
3answers
6k views

How can my server securely authenticate iPhone in-app purchase?

Look at Apple's diagram for the server purchase model. In step #9, how can the server know that it is really talking with an iPhone that is entitled to the purchase, and that Eve is not performing a ...
10
votes
4answers
931 views

How to authenticate iOS/iPhone users with remote web application and re-use authentication ticket in future requests to the same web application?

I am building an iOS application and I need to be able to make authenticated requests to a Rails 3 application for various bits of data. The Rails 3 application is using omniauth and URLs like ...
10
votes
5answers
3k views

iPhone web service calls to WCF Service with Certificate Authentication

We are a .Net shop that has standardized on WCF Services. We are in the processs of developing an iPhone application that needs to make secure web services calls to obtain data for the app. To ensure ...
9
votes
3answers
793 views

Facebook access token server-side validation for iPhone app

I'm developing iPhone application, that is based on communication with server, and I want to use Facebook authentication mechanisms. Basically, I think it should work like this: In my iPhone app, ...
9
votes
2answers
6k views

iPhone: HTTPS client cert authentication

I'm fighting with a client certificate authentication. When a server needs a credential (a certificate in this case), this method is invoked from NSURLConnection delegate: ...
8
votes
2answers
119 views

single sign on using facebook for iPhone application

I know that SSO is possible for web application, so I want to is there any possibility to implement single signon using facebook account for iPhone application i.e. if some one has account in the ...
7
votes
2answers
774 views

sharekit:OAuth authentication failed for twitter

Some time I am getting the error message OAuth Authentication faileed while I am trying to login/share the date to Twitter using sharekit.Can any one help why I am getting this error? #define ...
7
votes
2answers
2k views

Using HTTP Digest Authentication on the iPhone

I have an app that communicates with a server that uses HTTP Digest authentication. It seems to me that the 'session' management within the iPhone is pretty "black box" to us developers. Is it true ...
6
votes
2answers
4k views

NSURLConnection synchronous request on https

Can anyone tell me the way how I can make a synchronous call to the https server? I am able to do asynchronous request on https server using following delegate methods. - ...
6
votes
2answers
858 views

OAuth2 Flow for Mobile Devices

We're currently working on an API that will be consumed by a variety of different devices. We want to use the OAuth2 spec as it defines several flows which were not available in the original OAuth ...
6
votes
4answers
840 views

iPhone or Android apps that use SMS based authentication?

What are some iPhone or Android applications that use SMS as their primary means of user authentication? I'm interested to see such apps in action. SMS-auth seems like a natural approach that is ...
6
votes
1answer
435 views

Authenticating users in iPhone app

I'm developing an HTTP api for our web application. Initially, the primary consumer of the API will be an iPhone app we're developing, but I'm designing this with future uses in mind (such as mobile ...
6
votes
7answers
3k views

How can a server authenticate an iPhone app (the code, not the user)?

Let's say I have a solution involving an iPhone app that generates some information and then sends that information to a web service for processing. It is important that ONLY requests from instances ...
5
votes
2answers
299 views

Logging in without displaying a login page

I am writing an app which will display articles at a membership based website. We want the app to be able to read and display articles that are set as "members only" - even if the app owner is not ...
4
votes
3answers
4k views

iPhone / iOS Facebook SDK - can you log in within the app, and keep the login credentials?

Is it possible to use the Facebook iOS SDK to authenticate within an app (not go to Safari), and also keep those authentication credentials for the next launch of the app? When I try to use the demo ...
4
votes
1answer
1k views

Read IPhone or iPad UUID using web application

Do you know if is possibile to get the uuid, the result of [[UIDevice currentDevice] uniqueIdentifier], using a web app ? I need to access from iphone/ipad a web page using safari (and not UIwebview ...
3
votes
2answers
112 views

How to terminate ASIHTTP connection in iphone?

I am having an issue with ASIHTTPRequest authentication. The steps are in the following order, User entering wrong username and password -- > No data comes from backend and request failed delegate ...
3
votes
2answers
2k views

HTTP Authentication in iPhone

I am hoping someone can help me with a question i have relating to Authentication in Xcode Basically i have a MS Sharepoint server which return XML. Im Having this piece of code for authentication ...
3
votes
1answer
118 views

windows live authentication in an iphone app

I need to get back an verification code and ultimately an access token for a given windows live ID so my app can access the Microsoft service. I'm really out of my element on this one and any help ...
3
votes
1answer
3k views

facebook connect for ios question authentication application id and secret

perhaps a stupid question, yet... We're using the "new" ios facebook connect sdk (https://github.com/facebook/facebook-ios-sdk) and a few questions come to mind. In the old sdk, you would have to ...
3
votes
2answers
266 views

Encrypt request from iPhone to web app?

We have the following: iPhone native app, with login form that posts to: A php script on remote web server which checks against MySQL user table. For security, would it be best practice to use ...
3
votes
1answer
383 views

Writing authentication system

I am currently writing the backend for a service which has 3 clients: browser, android native and iphone native. I am having a little trouble with coming up with an authentication system since I don't ...
3
votes
1answer
418 views

Can I use facebook-connect as my user authentication?

I'm building a iPhone App, that communicates with a webserver (Java webapp) using REST (XML over http). In my prototype I used http's basic-authentication to allow access and identify the user, using ...
3
votes
2answers
1k views

How to authenticate a website user through iphone

I have created a web application and now I want to create an iPhone version of it. As a first step, I want to login a user using his username and password. I have a simple login page with fields for ...
2
votes
1answer
58 views

How to design the facebook id login process from iphone using GAE as the background server?

I'm designing an iPhone/android app which needs user to login using his/her facebook account. The app uses GAE (Google App Engine) as the background server, so the problem now is that I don't know ...
2
votes
1answer
135 views

Not able to do authentication using client certificate in iPhone

team, I have .net based REST service configured with 2-way SSL. In my iphone side, i have installed the server certificate in the device profiles and client certificate is bundled as application ...
2
votes
1answer
145 views

FBConnect iOS sdk: unknown_error

I'm trying to develop Facebook integration with my app. The problem starts when the Facebook.app is installed on the device: When a user tries to register and the app isn't installed, she is ...
2
votes
0answers
60 views

securing a WCF service for consumption by iphone

I have a WCF service that needs to be secured to be consumed by an iphone app. I would like to know what my options are. I looked around the net and found that using SSL or api key or ...
2
votes
1answer
167 views

Twitter OAuth library for Facebook Connect functionality for iPhone App

I'm looking for a library that allows me to authenticate via Twitter's OAuth schema that looks and works similar to Facebook Connect for iPhone. Searching on here and Google I found some examples but ...
2
votes
1answer
202 views

Authentication of rails backend server for users' authenticated with iPhone app via Facebook using FBConnect

I am developing iPhone app that let user login using their facebook account using FBConnect SDK. The app talks to rails backend server for data retrieval. Because I do not want to make users create ...
2
votes
1answer
51 views

Infering Credentials with WCF

I need to get a list of tasks for a user from a WCF service to display on an iPhone app. I'm planning to use something like ...
2
votes
1answer
1k views

HTTP Proxy authentication in iOS 4.3

I am doing some ios programming that accesses the AppStore via StoreKit and my own server over https. I am trying to access both these from behind a corporate firewall. I have access to proxy servers ...
2
votes
2answers
289 views

I want to open a page within a webView with facebook connect already authenticated

I have built an iphone game that allows a user to generate scores. It also allows the user to post his scores to a central DB. User identification and authentication relies on Facebook connect. In ...
2
votes
2answers
544 views

Problem with OAuth, POST with parameters

I'm using Jon Crosby's open source Objective-C OAuth library http://code.google.com/p/oauthconsumer/ for some basic http authentication that does not deal with tokens, only consumer key and consumer ...
2
votes
1answer
123 views

What are the Formspring authentication URLs? (OAuth iPhone)

I'm trying to gain authorization to Formspring using the OAuthConsumer found at https://github.com/jdg/oauthconsumer. I've looked at many examples and thoroughly Googled for the answer, but I can't ...
2
votes
2answers
610 views

iOS - being logged-in in a webView after logging in with the SDK

I'm building an iPhone app that has some social features. I've managed to get the user to log-in to Facebook within my application. I've also implemented a webview that loads a facebook ...
2
votes
3answers
4k views

Best way of using web services on iOS?

I'd like to build an iOS app which lets you log in to a web service. After that, the app would (when the user chooses) send the login name/pass, together with the requested variable(s), over https. ...
2
votes
1answer
433 views

Can I use session-based authentication for my web API?

I am implementing a web server API for my application, and I got stuck in the process of figuring out what authentication method I should use to authenticate requests by the users (and also by other ...
2
votes
1answer
3k views

ASIHTTPRequest Authentification

I have discovered ASIHTTPRequest a few days ago and I'm now blocked on a thing. I would like to authenticate my self on an https address (https://user:pwd@api.domain.com/0.1/userCom/?apikey=12432 ) I ...
2
votes
2answers
490 views

How would I authenticate and make requests from an iPhone app to a Django backend to get around CSRF?

I'm working with an iPhone developer who does not have any Django experience, and I am relatively new to Django. I've built an existing Django app with a web interface that allows a user to log in and ...
2
votes
2answers
216 views

How can I verify the authenticity of requests from an iphone app to my web service

I'd like to make requests from an iphone app to a web service I've built. How can I verify that requests made to the web service come from my iphone app (or indeed any authorised source) and are not ...
2
votes
2answers
1k views

iphone registration and authentication pattern

I am looking for a stable (and Apple compliant) registration and authentication design pattern between an iphone device and a server. Ideally the registration and authentication would not involve the ...
2
votes
1answer
749 views

ASP.NET MVC authentication for iPhone application

This is for an ASP.NET MVC application. For browser based access on my normal controllers, I'm using standard forms authentication and auth cookies. My question is how I do the same for an iPhone ...
2
votes
1answer
89 views

Why is it that sometimes my web application does not work on the iPhone?

I have a web application that uses login and sessions (cookies). Why is it that sometimes, when the iPhone is going slow with the 3G network (super super slow), the iphone doesn't see the cookies? ...
2
votes
4answers
2k views

Authenticate on a website and Screen scraping with objective-c

I'm developing an iPhone application where I wish to authenticate (login form) on a site and retrieve some information by doing some screen scraping. Is there an API available to do this or ...
2
votes
2answers
1k views

Authenticating an iPhone app with web backend

I'm just fleshing out some ideas for an iphone web app and it's going to be (in essence) a CRUD interface to a Rails web backend. Ultimately that backend will be a full blown website too. My question ...
2
votes
3answers
1k views

Unable to POST data from IPhone using google account authentication

I'm working on an IPhone application that works with a Google App Engine application. I manage to get logged by using a google account and I get the authentication token. I'm also able to GET data ...
1
vote
1answer
43 views

MPMoviePlayerController play video from url with proxy authen

I develop an application that can play video(.mp4) via http. According to many tutorials ,they suggest me to use MPMoviePlayerController. In my workplace, I have to do a proxy server authentication to ...
1
vote
1answer
40 views

Secure https encryption for iPhone app to webpage

I want to sell an iPhone app, that will house a single web view to a web page, say http://www.myapp.com/webview/ I would like the app to effectively store the credentials required for authentication ...
1
vote
1answer
71 views

How to put user authentication into a mobile application

I'm interested in the best way to do user auth in a mobile app. At the moment the set up is quite simple. I'm storing the username and password on the app and sending it to the api each time I need to ...

1 2 3