RMTrack supports three types of authentication: Forms, Windows and Oauth2.0 (e.g. Microsoft Entra ID a.k.a Azure AD)
Forms Authentication
is the default RMTrack login screen where users are requested to enter a user ID and password to gain access to the application.
Windows Authentication
bypasses the RMTrack login screen by authenticating the user based on their Windows network user ID and passing that information directly to RMTrack. For Windows authentication to be successful, the Windows user ID must match an RMTrack User ID or an RMTrack Secondary user ID. Secondary User IDs can be enabled on the following page for Windows Authentication.
bypasses the RMTrack login screen by authenticating the user based on their account from an OAuth2.0 provider (e.g. Microsoft Entra ID a.k.a Azure AD). For OAuth2.0 authentication to be successful, user ID must match an RMTrack User ID or an RMTrack Secondary user ID. Secondary User IDs can be enabled on the following page for OAuth2.0 Authentication.
Configuration of the authentication mode is not done through the RMTrack application. It is done by making changes to the web.config file found in the RMTrack web site virtual directory and changes to IIS (Internet Information Services) settings.
The options available for Authentication Settings page change based on which authentication method is being used.