- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用以下方式获取 OneNote 页面内容:
/v1.0/sites/{0}/onenote/pages/{1}/content?preAuthenticated=true
我对 preAuthenticated 选项的理解是输出 HTML 应该为图像提供公共(public) URL。当我检查页面 HTML 时,似乎提供了公共(public) URL(它们看起来与正常情况不同),但它们不可访问。我在 chrome 的控制台中收到 401 错误,如果我遵循公共(public) URL,它会返回以下错误:
{
"error": {
"code": "InvalidAuthenticationToken",
"message": "Bearer access token is empty.",
"innerError": {
"request-id": "47ccaf06-da94-4db6-8385-61cb81a1379f",
"date": "2018-04-09T03:35:44"
}
}
}
html 显示正常,所以/content 调用似乎有效,但没有图像
调用是在我的页面上使用由 javascript 调用的 ajax 网络服务即时进行的。 Web 服务获取 token 并对 api 调用进行身份验证。因为它是实时的,所以应该不可能达到 1 小时的超时时间
有什么建议吗?
最佳答案
https://github.com/microsoftgraph/microsoft-graph-docs/pull/4339/files
他们删除了对它的支持。我在同一条船上。我想要公共(public)网址,但无法获取。
关于microsoft-graph-api - OneNote 页面内容 preAuthenticated 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49725201/
据我了解 WebRequest.PreAuthenticate几乎总是好的。 如果我启用它,即使没有凭据,它也不会尝试进行身份验证,如果有凭据,它会尝试进行身份验证。那么是否有任何合法的理由将其设置为
我正在将库移植到 PCL,并且必须找到管理 HTTP 请求凭据的解决方案。我删除了具体的凭据类,例如 CredentialCache(不可移植),现在只使用 ICredentials,因此客户端应用程
我有一个简单的应用程序,它将 JwtAuthProviderReader 注册为唯一的 IAuthProvider。当我尝试使用 SessionAs 从服务方法访问 session 时,它似乎再次调用
我正在使用以下方式获取 OneNote 页面内容: /v1.0/sites/{0}/onenote/pages/{1}/content?preAuthenticated=true 我对 preAuth
我正在尝试将 PreAuthFilter(用于 Siteminder)与 Spring Security 3.0 一起使用。
我有一个 Spring Boot (1.5.6) 应用程序,它使用来自 Spring Security 的“pre-authenticated”身份验证方案 (SiteMinder)。 我需要匿名公开
我有一个 Spring Boot (1.5.6) 应用程序,它使用来自 Spring Security 的“pre-authenticated”身份验证方案 (SiteMinder)。 我需要匿名公开
有没有人有用于 WebSphere 工作的 Spring Security 示例 PreAuthentication 过滤器(WebSpherePreAuthenticatedProcessingFi
我想就我快速编写的以下代码向您寻求帮助,因为我总是得到“403 FORBIDDEN”。 HttpWebRequest pozadavek = (HttpWebRequest)WebRequest.Cr
我是一名优秀的程序员,十分优秀!