Azure Requirements
- 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.
- 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
- Access to Azure portals is essential.
- Access to the Internet will make installing your license easier.
- An inbound port (normally 443) will need to be opened so that the portal can be accessed on your network.
Server Hardware Requirements
- CPU 2 cores or more
- 8GB of RAM
- 10GB of hard drive space
Server Software and Configuration Requirements
- IIS Web Server (https://computingforgeeks.com/install-and-configure-iis-web-server-on-windows-server/)
- Microsoft SQL Server Instance
- Microsoft SQL Server Express is supported (https://www.microsoft.com/en-US/download/details.aspx?id=104781)
- Microsoft SQL Server must be configured in mixed mode authentication (How to Enable Mixed Mode Authentication in Microsoft SQL Server)
- ASP.NET Core Hosting Bundle (https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-5.0.15-windows-hosting-bundle-installer)
- 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:
- Microsoft SQL Server Management Studio (SSMS)
- Chrome, Firefox or Edge browser