V
V
Voucik2014-06-11 13:06:40
WCF
Voucik, 2014-06-11 13:06:40

WCF REST Authentication

Hello. I have a REST service written in WCF (the service responds to Http requests). And I have this question: How does authentication occur in rest services (i.e. what methods are there)?
The service will be visible only in the domain (that is, people will only access it from under the company's domain, i.e. Windows authentication).
So far I have only one option, to do something like a token. The user sends a login and a pass, I check it in the service and generate some kind of uid, which I send to him in response, and in the future, he already makes requests with this uid nickname. Can you please tell me what other options are there? Maybe someone knows the best option.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
maxaon, 2014-06-11
@maxaon

Kerberos, Http digest authentication, OAth2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question