Project

General

Profile

Feature #499

Updated by Alena Peterová almost 7 years ago

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.

Back