Client Initiated Backchannel Authentication (CIBA) equivalent to DeviceAuthorizationGrant API on Client #469
-
Hi all, new to the project so apologies if i've missed something obvious Does the import { Issuer } from 'openid-client';
const issuer = await Issuer.discover(...);
const client = new issuer.Client({...});
const handle = await client.backChannelAuthorization(); //example
const tokenSet = await handle.poll(); |
Beta Was this translation helpful? Give feedback.
Answered by
panva
Feb 17, 2025
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
https://github.com/panva/openid-client/releases/tag/v6.2.0 added support for CIBA |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
panva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/panva/openid-client/releases/tag/v6.2.0 added support for CIBA