문제

I have been looking at the Thinktecture.IdentityModel.40 library as a way of handling the security of my Asp.Net WebApi. One point I don't understand is the following, and this is my question.

When the user authenticates the first time, they need to supply their username and password. If they are authenticated, they are issued a token to use for all the other calls.

Using the above library, I use the method, AddBasicAuthentication to the security config. Will this by default use the token issuing mechanism, or do I need to use the AddSimpleWebToken?

And If so, how do I tie the two mechanisms together?

도움이 되었습니까?

해결책

There is no token issuance yet. I am working on that feature.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top