This article explains the Beyond Identity Login Service—a background service that listens for authentication requests and displays a low-priority notification. This notification can be safely dismissed through the app’s settings.
The Beyond Identity Login Service is a long-running background service that waits for authentication requests. When the service starts, it checks whether it is enabled and then places itself in the foreground using the lowest-priority notification level supported by the platform. This ensures the service remains active without disrupting the user experience.
Dismiss the persistent notification
Some users may find the persistent Login Service notification distracting. This notification can be dismissed without affecting core authentication functionality.
To dismiss the notification:
Open the Beyond Identity app.
Go to Settings → Notifications → Notification categories.
Toggle off Login Requests.
Important: Do not toggle off Identity Verifications. Disabling this setting may prevent required authentication prompts from appearing.