Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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 If you are using a GCC High tenant then a service account with global admin rights but without MFA enabled. Alternatively, a certificate for the service account can be used if certificate based authentication is enabled in your tenant. This service account will be used by your SafeID Token Server to connect to your Azure AD service. 

...

  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://builds.dotnet.microsoft.com/en-usdotnet/downloadaspnetcore/dotnet/thank-you/runtime-aspnetcore-5Runtime/8.0.16/dotnet-hosting-8.0.15-windows-hosting-bundle-installer16-win.exe)
  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).

...