简体   繁体   English

我可以在我的应用中重用ms office使用的身份验证吗?

[英]Can I reuse authentication used by ms office in my app?

When you start MS Office application (Word 2013 or Excel 2013) you can use "Sign In" to login to your account, and afterwards Office uses that login/password to connect to your stuff online (like your sharepoint site or your onedrive). 当启动MS Office应用程序(Word 2013或Excel 2013)时,可以使用“登录”登录到您的帐户,然后Office使用该登录名/密码在线连接到您的东西(例如您的sharepoint网站或onedrive)。

These credentials are stored in VAULT (user credentials), you have something like MicrosoftOffice15_Data:orgid:bla-bla-bla . 这些凭据存储在VAULT(用户凭据)中,您具有类似于MicrosoftOffice15_Data:orgid:bla-bla-bla Is it possible to re-use these saved credentials to connect to user's stuff, so that he does not need to enter these second time? 是否可以重复使用这些保存的凭据来连接用户的资料,从而使他不需要再次输入这些信息?

Ie is it possible to connect to user's stuff using these credentials from my app by somehow using those credentials office asked user to enter? 即可以通过我的应用程序中的这些凭据通过使用那些凭据办公室要求用户输入的内容来连接到用户的资料?

If your app is an "App for Office" app, I guess you automagically use the current credentials. 如果您的应用程序是“ Office应用程序”应用程序,那么我想您会自动使用当前凭据。 You might also be able to use vba to do stuff with these credentials. 您也许还可以使用vba来使用这些凭据进行操作。

If your app is completely separate, I guess there is no chance. 如果您的应用程序是完全独立的,那么我猜没有机会。

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

相关问题 在WebDAV上对MS Office文档使用身份验证 - Using authentication for MS Office Documents on WebDAV 如何将令牌身份验证添加到我的 nestJS 应用程序? - How can I add token authentication to my nestJS app? 使用 MS Graph 时,我可以避免在 Azure 中注册我的应用程序吗? - Can I avoid registering my app in Azure when using MS Graph? 我可以在我的网站上使用Teamspeak身份验证吗? - Is there a Teamspeak Authentication I can use for my Website? OAuth 2可以用于SSO吗? 还是我需要更复杂的身份验证? - Can OAuth 2 be used for SSO? Or do I need a more sophisticated authentication? 如何停用 cookies 用于 php 中的身份验证? - How can I deactivate cookies used for authentication in php? 在Azure App Services中,为什么成功登录后(使用App Service身份验证服务)我不能访问我的表? - In Azure App Services, why can't I access my tables after a succesful logon (using App Service authentication service)? 我的应用程序中的“设置”标签在哪里? 找不到“身份验证/授权” - Where is the “Settings” tab in my app? Can't find “Authentication/Authorization” 桌面应用程序使用的RESTful API身份验证Sceme - Authentication Sceme for RESTful API used by desktop app 我可以使用OAuth对受信任的客户端(移动应用)进行身份验证吗? - Can I use OAuth for authentication for trusted client (mobile app)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM