Skip to content

Overview ???? Für aktuelles Produkt umarbeiten ????


Architecture Overview


Components ???? Für aktuelles Produkt umarbeiten ????

SEAL Print Client includes the following components:

  • SEAL Print Client user interface

    Web application for creating output jobs

  • SEAL Operator server

    Main application exclusively addressed via the REST API

  • Connector

    A connector establishes the connection between the SEAL Operator server and the backend system.

  • Identity provider

    The identity provider is a service connected with the OAuth 2.0/OpenID Connect (OIDC) protocol and is responsible for the user authentication and the mapping of rights and roles. In the standard installation, Keycloak is used as identity provider and enclosed in delivery.

  • Configuration service

    The Consul configuration service provides the system configuration.

  • Credential store

    The credential store administrates the user-specific credentials. In the standard installation, MongoDB is used as credential store. The alternative Vault is enclosed in delivery, too, and can be activated on demand.


Back to top