The UBIK Credentials Portal is an ASP.NET Core web application that provides a web-based self-service interface for users to securely define their initial password and reset forgotten passwords. The portal communicates with the UBIK USAM WebService to perform password management operations.
This page describes how to install, configure and use the UBIK Credentials Portal.
Overview
Make sure the USAM is installed on the IIS Server.
Install the UBIK Credentials Portal on the IIS Server.
If the IIS Server does not have it installed, download and install the .NET 8.0 Hosting Bundle from Microsoft. This bundle includes the .NET Runtime and the ASP.NET Core Runtime required for hosting ASP.NET Core applications on IIS.
Make sure the URL Rewrite Module is installed on the IIS Server.
Make sure all published application files are accessible.
Configure the application by modifying the **appsettings.json** file included in the published UBIK Credentials Portal package.
Installation UBIK Credentials Portal
Download the UBIK Credentials Portal package from the Augmensys release portal.
Deploy the published UBIK Credentials Portal files to the designated website folder on the IIS Server (create the folder if necessary).