Azure Requirements

  1. Access to Azure Portal so we can create the application registration. Please refer to Register an Application for SafeID Token Service in Azure AD for details.
  2. A service account with global admin rights but without MFA enabled. This service account will be used by your SafeID Token Server to connect to your Azure AD service. 


Network Requirements

  1. Access to Azure portals is essential.
  2. Access to the Internet will make installing your license easier.
  3. An inbound port (normally 443) will need to be opened so that the portal can be accessed on your network.


Server Hardware Requirements

  1. CPU 2 cores or more
  2. 8GB of RAM
  3. 10GB of hard drive space


Server Software and Configuration Requirements

  1. IIS Web Server (https://computingforgeeks.com/install-and-configure-iis-web-server-on-windows-server/)
  2. Microsoft SQL Server Instance
    1. Microsoft SQL Server Express is supported (https://www.microsoft.com/en-US/download/details.aspx?id=104781)
    2. Microsoft SQL Server must be configured in mixed mode authentication (How to Enable Mixed Mode Authentication in Microsoft SQL Server)
  3. ASP.NET Core Hosting Bundle (https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-5.0.15-windows-hosting-bundle-installer)
  4. An SSL certificate (a self-signed certificate is acceptable for the purposes of setting up the server. How to create a self-signed certificate in IIS).

Optional:

  1. Microsoft SQL Server Management Studio (SSMS)
  2. Chrome, Firefox or Edge browser