TF-2592 Add adr for issue #2592

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2024-02-15 14:18:56 +07:00
committed by Dat PHAM HOANG
parent 8fb7ca0f01
commit 560bba622c
@@ -0,0 +1,19 @@
# 34. Error handling on no longer valid OIDC token (Issue #2592)
Date: 2024-02-15
## Status
Accepted
## Context
- When my OIDC token is expired, I see an awful red error message while being redirected
## Decision
- When my OIDC token is expired, I am just redirected to the OIDC provider portal. No need to show an awful error.
## Consequences
- In case of receiving a `BadCredentials` error, the system automatically logs out and returns to the login screen without any notification to the user.