-
-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededp2Non-critical bugs, and features that help organizations to identify and reduce riskNon-critical bugs, and features that help organizations to identify and reduce risktechnical debt
Description
Current Behavior:
The OIDC client library oidc-client-js
we currently use has been unmaintained and archived for a while now (DuendeArchive/identity-model-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 with oidc-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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededp2Non-critical bugs, and features that help organizations to identify and reduce riskNon-critical bugs, and features that help organizations to identify and reduce risktechnical debt