简体   繁体   English

如何使用实例给出的相同 access_token 在 canvas lms 中保护我的 lti 工具?

[英]How I can secure My lti Tool in canvas lms using the same access_token given by instance?

I created an external application and integrate it in canvas lms,and I want it to use the same access_token as issued by the Oauth2 idp in canvas我创建了一个外部应用程序并将其集成到 canvas lms 中,并且我希望它使用与 canvas 中的 Oauth2 idp 发布的相同的 access_token

While both LTI 1.3 and the CanvasLMS Api use OAuth2 tokens, the tokens have different uses and scopes, and so you can not use the same token for both LTI application integration and private API access.虽然 LTI 1.3 和 CanvasLMS Api 都使用 OAuth2 令牌,但这些令牌具有不同的用途和范围,因此您不能将相同的令牌用于 LTI 应用程序集成和私有 API 访问。

You can read more about creating an LTI1.3 Developer Token in the canvas api documentation .您可以在 canvas api 文档中阅读有关创建 LTI1.3 开发人员令牌的更多信息

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 HttpOnly Secure cookie 中存储 OWIN OAuth 2 access_token? - How do I store an OWIN OAuth 2 access_token in an HttpOnly Secure cookie? 如何保护我的Web服务,用户名/密码或令牌? - How can I secure my web service, username/password or token? 如何使用access_token对angularJS应用中的图像请求进行身份验证 - How to authenticate requests to images in an angularJS app using an access_token 将access_token作为websocket URL查询参数的一部分发送是否安全? - Is it secure to send the access_token as part of the websocket url query params? 使用共享托管并且无法访问外部Webroot时,如何保护数据库凭据? - How can I secure my database credentials when using shared hosting and no access to outside the webroot? 如果仅标记为 HTTP,我能否将 OpenID Connect id_token 和 access_token 安全地存储在 cookie 中? - Can I securely store an OpenID Connect id_token and access_token in a cookie if it's marked as HTTP only? 将Laravel护照access_token从Laravel刀片服务器传递到React组件的最安全方法 - Most secure way to pass Laravel passport access_token from Laravel blade to React component 如何在sencha touch客户端应用程序中保存access_token - How to hold access_token in sencha touch client application JMX:如何同时支持安全访问和不安全访问(不同的URL) - JMX: How can I support both secure and insecure access at the same time (different URLs) 如何保护我的PHP会话? - How can I secure my PHP sessions?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM