我必须解析从Office365RESTAPI接收的访问令牌。就像这个[http://jwt.calebb.net/]在线工具一样。我在C#中有一个安全的代码,但我想在node.js中实现它。
发布于 2015-07-30 17:16:23
使用护照-天蓝色-奥斯模块。试试这个示例:https://github.com/OfficeDev/O365-Node-Express-Ejs-Sample-App,它使用这个模块。
更好的是,您应该使用https://github.com/AzureAD/azure-activedirectory-library-for-nodejs。
https://stackoverflow.com/questions/31728903
相似问题