hcengineering / hcengineering/platform

Respect OIDC token lifetime and use refresh tokens

Open
#10,833 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
27.7k
Forks
2.2k
PR merge metrics
No merged PRs in 30d

Description

Currently, when a user logins with OIDC Huly issues a token to the user for an entire year. While that token is active Huly never again checks that the access token is still valid nor does it ever refresh the token. This means that even if a user is fully deleted from the idp, they would still be able to access Huly for any entire year.

Needless to say this isn't particularly secure. Respecting the OIDC token lifetime and using refresh tokens would be better.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.