Find a replacement for oidc-client-js
#215
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
p2
Non-critical bugs, and features that help organizations to identify and reduce risk
technical debt
Current Behavior:
The OIDC client library
oidc-client-js
we currently use has been unmaintained and archived for a while now (IdentityModel/oidc-client-js#1391). We need to find a replacement for it that is still maintained.Proposed Behavior:
Migrate to the TypeScript-focused fork
oidc-client-ts
. It is largely compatible withoidc-client-js
and will not require major refactoring.Only drawback that will have user impact: It doesn't support the
implicit
flow anymore. AFAICT, this will bite users who use Google Identity, as Google doesn't support "public" OIDC clients for the authorization code flow.The text was updated successfully, but these errors were encountered: