Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Single Sign-On with WebChat

WebChat supports sharing a user's access token over Direct Line. This allows the agent to "act on behalf of the user", by passing the token to a downstream API.

This pattern requires the application hosting WebChat to obtain an access token using a library like MSAL (or equivalent for non-Entra providers), and post it over Direct Line.

Sample Name Description View
SSOwithEntraID SSO on Web with Entra ID View
3rdPartySSOWithOKTA Demonstrates how to implement a seamless SSO experience with a 3rd party authentication provider View
SharePointSSOComponent A SharePoint component demonstrating how copilots can be deployed to SharePoint sites with SSO enabled View