hcengineering / hcengineering/platform
Respect OIDC token lifetime and use refresh tokens
Open
- 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.