THIS SPACE IS UNDER CONSTRUCTION

Used documentation

General information

The global logout will disconnect the user from the active application and the IDP. We need the last version of the IDP to support the global logout

In order to do a global logout in the mobile application, the user should do it via the following possibilities:

Basic flow

FlowSpecification

Use case ID

ATH-UC-09-BF

Use case name

Global logout of a user from the mobile application

Actors

  • Citizen

  • Healthcare giver
  • Representative of an institution

Short Description

This use case denotes the basic flow of the global logout use case. Indeed, it consists on the disconnection from the authorization server (called also the IAM connect) and the IDP.

Priority

1 (High)

Must have: The system must implement this goal/ assumption to be accepted.

Pre-Conditions

  • The user is authenticated in the mobile application
  • The URL_local_logout 
  • The URL_global_logout

Post-Conditions

  • The user is globally logged out

Steps (basic flow)

0

The user accesses to the WebSSO based mobile application interface to logout

1

The user presses the logout button to disconnect him/herself from the application. A popup appears to ask him/her if he/she wants to do global logout. 


2

The user accepts to do a global logout and the application sends the logout request to:

  1. the AS to end the active session via the URL_local_logout
  2. the IDP to do a logout via the URL_global_logout

3

  1. The AS ends the active session and notifies the client
  2. The IDP logs out and sends a notification to the client

6

The user is logged out from the mobile application and the IDP.

Exceptions (exception flows)


Frequency

  • Every time the user needs to logout from the application and the IDP

Alternative flow 1

FlowSpecification

Use case ID

ATH-UC-09-AF-01

Use case name

Global logout of a user by exiting the mobile application

Actors

  • Citizen

  • Healthcare giver
  • Representative of an institution

Short Description

This use case denotes the alternative flow of the global logout use case. Indeed, it consists on the automatic global logout when the user exits the mobile application without logging out properly. It may an expected or unexpected exit.

Priority

1 (High)

Must have: The system must implement this goal/ assumption to be accepted.

Pre-Conditions

  • The user is authenticated in the mobile application
  • The URL_local_logout
  • The URL_global_logout

Post-Conditions

  • The user is globally logged out

Steps (basic flow)

0

The user exits the mobile application without doing a logout properly

1

The client detects that the client is disconnected and asks:

  1. the AS to end the active session via the URL_local_logout
  2. the IDP to do a logout via the URL_global_logout

2

  1. The AS ends the active session and notifies the client
  2. The IDP logs out and sends a notification to the client

3The client receive the logout responses of the AS and IDP

Exceptions (exception flows)


Frequency

  • Every time the user exits the mobile application without logging out

  • No labels