Best Security Framework to secure and authenticate an iPhone app which uses REST?

前端 未结 2 1321
挽巷
挽巷 2021-02-03 15:19

I built an iPhone app which transfers data via a REST web service (Jersey) via JSON objects to a Java middle tier back end...

Question(s):

(1) What is the best

2条回答
  •  渐次进展
    2021-02-03 16:16

    Many SSO schemes rely on url redirects that can be problematic in iPhone apps. Pownce folks tried using OAuth in their app and apparently the experience was confusing to the user. After some research I settled on an approach based on secure WSSE username tokens, the same approach that is used in Atom apps. Enjoy.

提交回复
热议问题