Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question