-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Do
-
Affects Version/s: 2021.0
-
Fix Version/s: None
-
Component/s: Authentication
-
Tags:
-
Backlog priority:700
-
Sprint:nxplatform #81
-
Story Points:3
Currently JWT Service uses the algorithm HS512 (HMACSHA512).
The usage of this algorithm triggers a warning in the browser console with this message
HMACSHA512Algorithm is obsolete HMAC SHA based algorithms are not secure to protect modern web applications. Consider switching to RSASSA or EDCSA.
So we should move to use RS256 for example
- links to