Actions
Feature #499
closedLogout endpoint on backend
Status:
Closed
Priority:
Normal
Assignee:
Radek Tomiška
Category:
Authentication / Authorization
Target version:
-
Start date:
06/09/2017
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Create logout endpoint on backend, which will be called when user logs out of IdM. Currently it only deletes his JWT token on frontend.
The logout endpoint will be used e.g. in the case that OpenAM authentication is used (see #360#note-5 last paragraph) - when the user logs out, his session should be invalidated in OpenAM.
Also the logout action should be audited in the future audit log for application.
Related issues
Updated by Alena Peterová over 7 years ago
- Related to Feature #360: OpenAM - authentication endpoint added
Updated by Vít Švanda about 7 years ago
- Target version deleted (
Diamond (7.4.0))
Updated by Radek Tomiška over 5 years ago
- Related to Task #636: Reduce JWT token size added
Updated by Radek Tomiška over 5 years ago
- Status changed from New to Closed
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 0 to 100
Endpoint was already implemented in #636 and it's called from FE.
Actions