1
vote
1answer
23 views

ServiceStack AuthUserSession in asp Razor Views

I'm new to the ServiceStack world so I apologize if this question may seem like a waste of time. I'm trying to leverage ServiceStack to power my mvc3 app. I've stripped the app of its Membership ...
2
votes
1answer
67 views

Alternative to cookie based session/authentication

Is there an alternative to the session feature plugin in servicestack? In some scenarios I cannot use cookies to match the authorized session in my service implementation. Is there a possibility to ...
1
vote
1answer
51 views

How to do token based auth using ServiceStack

How would I implement the following scenario using ServiceStack? Initial request goes to http://localhost/auth having an Authorization header defined like this: Authorization: Basic skdjflsdkfj= ...
1
vote
0answers
12 views

can more then 1 web apps on the same domain but different host share authentication

I have a servicestack web service web.mydomain.com where I use CustomUserSession and shared cache client. How can my other servicestack web app installed on app.mydomain.com use this service? if I ...
1
vote
1answer
62 views

ServiceStack user management

is there a way to manage users with ServiceStack? I've only found the IUserAuthRepository interface that has some methods to get a user by name, email and id. But how to get a list of users (with ...
1
vote
2answers
121 views

how do you request a session from servicestack basic authentication, at /auth/basic?

I have set up a servicestack service with basic authentication using the first example, here: https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization This automatically ...
2
votes
1answer
118 views

ServiceStack: Accessing the HttpRequest in a selfhosted application

I currently have an IIS hosted application that I would like to switch over to use the self-hosted method. But I'm having difficulty accessing the session so I can retrieve the current users ...
2
votes
1answer
171 views

WPF consumer with ServiceStack using openid

We have a servicestack webservice which is authenticated using openid and the client is a wpf app, trying to use openid/oauth and have questions Is is possible to authenticate the wpf client using ...
1
vote
1answer
136 views

How can MonoTouch supply cookie on each ServiceStack request?

I've spent several days attempting to get to grips with ServiceStack and it seems great. Only issue is with authentication which seems to be a lot of friction, hard work and tears. I want MonoTouch ...
1
vote
1answer
26 views

Overriding IAuthSession OnRegistered handler

I am using ServiceStack's SocialBootstrapApi and it contains a class CustomUserSession that I can use to override the OnRegistered method. I want to override it because I am attempting to obtain ...
1
vote
1answer
136 views

Cast Error when trying to read Web.config Config Section

I am trying to find out if it's possible to configure ServiceStack to authenticate a call using an API key in the host header? I have found an example here: ...
1
vote
1answer
129 views

ServiceStack Custom authentication class for User & Admin

I was just looking for feedback on how to go about implementing this: I have two types of users needing authentication in my system, Users & Admins. Now the tasks they will carry out and the data ...
2
votes
1answer
50 views

ServiceStack: How to see if the handler for the current request requires authentication

I have a webservice using the old API. Almost all of my service handlers requires authentication and I therefore use the Authenticate attribute on the service level. All my services implement a ...
3
votes
1answer
205 views

Use asp.net authentication with servicestack

I have written a couple of ms lightswitch applications with forms authentication -> this creates aspnet_* tables in sql server. How can I use the defined users, passwords, maybe even memberships, ...
1
vote
0answers
58 views

Can I access webservice from within a custom user session in service stack?

I have the standard Hello World web service, with my custom user auth session, because I wanted some additional parameters. The authentication part works as expected. Below is my CustomUserSession: ...

1 2 3 4
15 30 50 per page