Questions tagged [restful-authentication]

Questions about authentication for RESTful services.

Services designed using REpresentational State Transfer architecture must often authenticate clients. How best to do this can be a complex topic, as in true REST each client request to the server will contain all the information necessary to complete it (including authentication).

Resources

1447 questions
0
votes
0 answers

Restful Java application with spring security OAuth 2.0 library

I am developing RESTFUL Java application in this i use JERSEY library. In my application i have to authenticate user with spring security OAuth 2.0 library. I am in need of both provider and client. I have searched lot in internet. Can any one share…
0
votes
1 answer

Jax rs authentication using CXF frame work without spring security

I am new to jax rs implementation. I had created RESTFUL application contains the web services using jax rs. But I want to provide the authentication and authorization to some of the web services. I am unable to configure the web.xml for the…
0
votes
2 answers

Pulling categories from store via BigCommerce restful API

I am tring to pull categories from my store on BigCommerce via API. When I try my credentials at API Console; https://developer.bigcommerce.com/console it is working fine, but I when send credentials via C# post request it does not work. I am…
Teoman shipahi
  • 47,454
  • 15
  • 134
  • 158
0
votes
1 answer

ApiKey authentication in tastypie with mongoengine

Has anybody had success implementing ApiKey for User from mongoengine.django.auth for use with tastypie ApiKeyAuthentication? I'm aware of the previous posts on the matter, but they address ORM only, while i'm trying to set it up for mongoengine.…
funkifunki
  • 1,149
  • 2
  • 13
  • 24
0
votes
1 answer

Authenticating to devise

I want to be able to simply determine if a user credentials are correctly supplied in an iOS app I'm creating. The way I have it setup now is with a sessions_controller.rb that handles and returns a user token. The problem is if I want to still log…
0
votes
1 answer

i am not able to read the entity message from javax.ws.rs.core.Response in java client

hi i created the restful server and client using jax-rs in apache tomee.i am returning status and entity from server and i am reading successful but i am not able to read the entity from response object. This is my code in server side…
user2549122
  • 203
  • 1
  • 5
  • 18
0
votes
1 answer

Jersey Restful API Validation

how can i validate user name and password using jersey restful API. Here is the code Below: I tried using the HttpRequest and…
0
votes
1 answer

How to Identify a Request is coming from same machine?

I want to implement an authenticated server to accept request from command prompt also. User can get authenticated token with his username and password. so problem is when he have that token he can raise further request from any machine with that…
0
votes
1 answer

Authenticating a User In a Separate Controller with Restful_authentication

I am trying to make it possible for users to login as quick as possible, so I want users to be able to login and create records in the same form. Is it possible to authenticate a user with the restful_authentication plugin from any controller by…
japancheese
  • 347
  • 3
  • 7
0
votes
3 answers

Authenticating WEB API and knockout Js view model

I am trying to create secured MVC4 web API project. In this application knockout Js will access API service directly. I need authentication on his. I am confused how to apply authentication only on web api. I can’t use MVC authentication because…
0
votes
0 answers

Cant seem to find android restful service examples

This topic is a bit tricky. So far I've been able to write a restful web service with Google app engine, and that's only because of the great tutorials Google offers. What about tastypie and django for example? Are there any tutorials or books I can…
NightSkyCode
  • 1,141
  • 2
  • 16
  • 33
0
votes
1 answer

Is curl of php package included in xampp and guide to use appannie

I have just downloaded the latest xampp and it is my first time to use curl. I have an account in appannie and have read one of the posts here regarding his/her attempt to access appannie. Here is the link of that post: Appannie api basic…
Mika Sa
  • 143
  • 3
  • 13
0
votes
0 answers

How to Consume a RESTful Web Service in Lotus Domino using SSL

I'm developing a background agent (and a web agent) in LotusScript that has to consume RESTful web services supplied by a 3rd party. For obvious reasons, they protected their services using SSL. In the Notes client, I managed to accept the…
0
votes
2 answers

RestFul PhoneGap and RestFul webservices

How to connect restful Web Services + phone gap. please give and sample demo.
0
votes
1 answer

How to login to Instagram from codebehind?

I need to show images of a specific instagram user on my webpage. As stated in the Instagram API documentation I need to get authenticated to be able to "browse" a user's feed. "We only require authentication in cases where your application is…
LonelyDeveloper
  • 424
  • 8
  • 15