Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed information regarding Azure service bus since it is not used.

This article describes how to define the connection string to configure the messaging queue in Smart ID Physical Access component. This is for legacy installation of Physical Access. For Docker deployment of Physical Access see Deploy Smart ID.

  1. Find values for server, username and password
    1. If For RabbitMQ is used, use the following values: 

      parametervalue
      serverlocalhost
      usernameguest
      passwordguest
      If Azure service bus is used, keep username and password blank, and use the server value as found in Azure in Primary Connection String: 
    2.  Login to Azure.
    3. Go to Service Bus > Shared Access Policy > Root Policy > Primary Connection String. Set server to this value. 

      Code Block
      titleExample: Primary Connection String
      Endpoint=sb://dev-nv-server.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccess;SharedAccessKey=2e33BuU28Om057wV8tc0/CzZaWpAdSUk1ufA2+ssW1EB0w=


This article is valid for Smart ID 21.04 and later.

Related information