简体   繁体   中英

Can I integrate Skype (or Skype for Business) into my web app on Azure AD B2C?

I have a web app on my Azure AD B2C directory, and would like to know if I can integrate Skype or Skype for Business feature into my app to enable users have a group text/voice chat.

Ideally, any user who logs in to my web app using an OAuth2 identity (Microsoft, Google, Facebook or else) could be hop on the text/voice chat system with single-sign-on (eg, one can start a conversation with a specific group of users that either my web app assigns to the user or he selects on the app.)

There seems Skype can be added as an enterprise application to Azure AD, but I'm not sure if it means users can use it with the credential of my website using AD B2C.

Any suggestions, or do I need further specification?

You have two options:

  • Federate AAD and AAD B2C using custom policies
  • If Skype supports this, add via either SAML or OpenID Connect. You can do this using custom policies or via the OIDC entry under the Identites tag.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM