我已经按照Sitefinity文档https://www.progress.com/documentation/sitefinity-cms/92/tutorial-create-a-restful-wcf-service-to-retrieve-titles-of-news-items创建了一项服务,并且该服务运行正常。现在,我想对该服务实施访问令牌身份验证。
从客户端调用此服务时,访问令牌将在授权标头中给出。我想获取此访问令牌并在访问WCF服务之前进行授权。谁能帮我这个忙吗?
我已经尝试过https://www.progress.com/documentation/sitefinity-cms/for-developers-secure-your-custom-servicestack-web-service#second-part-use-a-token-to-authenticate-when-calling-your-web-service中的步骤,但是对我来说不起作用。