Skip to main content
Use Microsoft Entra ID to issue user ID tokens for Char.

1) Configure provider in Char

Set provider type, tenant/issuer settings, and allowed audiences in dashboard.

2) Read token from Entra auth flow

const idToken = tokenResponse?.idToken;

3) Connect agent

agent.connect({
  publishableKey: "pk_live_...",
  idToken,
});

Identity Providers Overview