Skip to main content
Use Ping-issued ID tokens with Char.

1) Configure Ping in Char

Set issuer/domain and allowed audience settings.

2) Read token from Ping auth result

const idToken = user.id_token;

3) Connect

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

Identity Providers Overview