Skip to main content
Version: 3.25

Emergency Panel

It allows you to end all ongoing sessions, block access to pre-defined devices, or block all access to senhasegura, even via API and GO Endpoint Manager, during a period.

Emergency Panel Menu

Terminate sessions

Terminate sessions allow you to end all ongoing sessions with one click.

Requirements
  • A user with the System.EmergencyPanel.Control permission, which is given to users with the System Administrator role
  • MFA enabled to the user
  1. Click on the Emergency Panel icon located on the top-right side
  2. Select Terminate sessions
  3. It will open a new window to insert the Access token generated by your Multi-Factor Authenticator solution
  4. Type a Justification and, if necessary, a Governance code
  5. To finish, click on the Apply button
Terminate sessions screen
Information

This option ends all ongoing sessions. However, it does not block the user from starting a session again. If you can't allow users to start sessions again, see the Freezing or Lockdown options.


Freezing

Use it to prevent the initiation of sessions on specific devices for some time.

When enabled, all sessions on pre-defined devices end, and non-administrator users won't be able to start new sessions. You can cancel the Freezing before it ends.


Start freezing

Requirements
  • A user with the System.EmergencyPanel.Control permission, which is given to users with the System Administrator role
  • MFA enabled to the user
  1. Click on the Emergency panel icon located on the top-right side
  2. Select Freezing
  3. It will open a new window to insert the Access token generated by your Multi-Factor Authenticator solution
  4. Define the freezing Duration, type a Justification and, if necessary, a Governance Code
  5. Click on the Save button
Freezing screen

The freezing will be applied only in Devices of the Access groups with the freezing option enabled. You can configure this on the Access group settings tab, as shown below:

Access group freezing settings
Caution

Editing an access group during the freezing period can change its list of affected devices.

During the freezing period, you can see how much time until it is over.

Freezing end time
Information

Users with the System Administrator role can start sessions during the freezing period. Other users will be informed that access to devices is blocked until the freezing period ends.


End freezing

Requirements
  • A user with the System.EmergencyPanel.Control permission, which is given to users with the System Administrator role
  • MFA enabled to the user
  1. Click on the Emergency panel icon located on the top-right side
  2. Select End freezing
  3. It will open a new window to insert the Access token generated by your Multi-Factor Authenticator solution
  4. Type a Justification and, if necessary, a Governance code
  5. Click on the Save button
Ending freezing

Freezing report

You can see freezing periods reports in the Reports ➔ Emergency panel ➔ Freezing menu:

Freezing report

With this report, you can view the freezing Details, Status, the Devices related to the freezing period or Cancel.


Lockdown

Starting a Lockdown period will block all access to senhasegura, including web interface, API calls, and GO Endpoint Manager users.

Warning

This option can cause downtime in a service that uses senhasegura via API, for example.

All ongoing sessions will stop, and all users will sign out. Only users with the permission System.EmergencyPanel.Control will be able to access senhasegura via Web Interface.


Start lockdown

Requirements
  • A user with the System.EmergencyPanel.Control permission, which is given to users with the System Administrator role
  • MFA enabled to the user
  1. Click on the Emergency panel icon located on the top-right side
  2. Select Lockdown
  3. It will open a new window to insert the Access token generated by your Multi-Factor Authenticator solution
  4. Define the lockdown Duration, type a Justification and, if necessary, a Governance code
  5. Click on the Save button
Lockdown screen

During the lockdown period, you can see how much time until it is over.

Lockdown end time

API calls will receive the following message:

{
"response": {
"status": 503,
"mensagem": "senhasegura is under Lockdown until 09/08/2022 22:54:00",
"erro": true,
"cod_erro": 100,
"message": "senhasegura is under Lockdown until 09/08/2022 22:54:00",
"error": true,
"error_code": 100
}
}

End lockdown

Requirements
  • A user with the System.EmergencyPanel.Control permission, which is given to users with the System Administrator role
  • MFA enabled to the user
  1. Click on the Emergency panel icon located on the top-right side
  2. Select End Lockdown
  3. It will open a new window to insert the Access token generated by your Multi-Factor Authenticator solution
  4. Type a Justification and, if necessary, a Governance code
  5. Click on the Save button
Ending lockdown

Lockdown report

You can see lockdown periods reports in the Reports ➔ Emergency panel ➔ Lockdown menu:

Lockdown report

With this report, you can view the lockdown Details, Status or Cancel.


Emergency panel notifications

Go to Settings ➔ Notifications ➔ Settings ➔ New notification. When clicking to add a new notification in the Category field, select the option Emergency panel and filter. Select the desired options to create notifications for the actions in:

  • Emergency button (Terminate sessions)
  • Lockdown started
  • Lockdown finished
  • Freezing started
  • Freezing finished

Learn more about notifications here.