Client Initiated Backchannel Authentication (CIBA) equivalent to DeviceAuthorizationGrant API on Client #469
Answered
by
panva
FinHorsley
asked this question in
Q&A
-
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 7, 2022
Replies: 1 comment
-
At the moment this library does not support CIBA, or FAPI-CIBA features. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FinHorsley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment this library does not support CIBA, or FAPI-CIBA features.