m |
|||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
The '''UBIK Credentials Portal''' is an ASP.NET Core web application that provides a self-service interface for users to set their initial password and securely reset forgotten passwords. The portal communicates with the UBIK USAM WebService to perform password management operations. | The '''UBIK Credentials Portal''' is an ASP.NET Core web application that provides a self-service interface for users to set their initial password and securely 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. | This page describes how to install, configure, and use the UBIK Credentials Portal. | ||
| − | = | + | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> |
| + | |||
| + | = Prerequisites = | ||
* Make sure the [[HowTo:Install_UBIK_Web_Service#UBIK.C2.AE_Authentication_Web_Service_USAM.svc|USAM]] is installed on the IIS Server. | * Make sure the [[HowTo:Install_UBIK_Web_Service#UBIK.C2.AE_Authentication_Web_Service_USAM.svc|USAM]] is installed on the IIS Server. | ||
| Line 13: | Line 13: | ||
* Configure the application by modifying the '''appsettings.json''' file included in the published UBIK Credentials Portal package. | * Configure the application by modifying the '''appsettings.json''' file included in the published UBIK Credentials Portal package. | ||
| − | + | = Installation = | |
| − | = Installation | + | |
* Download the UBIK Credentials Portal package from the Augmensys release portal. | * Download the UBIK Credentials Portal package from the Augmensys release portal. | ||
| Line 28: | Line 27: | ||
{{Hint|When setting up the IIS Application Pool responsible for the Credentials Portal, the ''Load User Profile'' setting should be enabled.}} | {{Hint|When setting up the IIS Application Pool responsible for the Credentials Portal, the ''Load User Profile'' setting should be enabled.}} | ||
| − | + | = Configuration = | |
| − | + | ||
| − | = | + | |
== Firewall settings == | == Firewall settings == | ||
| Line 49: | Line 46: | ||
} | } | ||
</source> | </source> | ||
| − | |||
== Password Policy == | == Password Policy == | ||
| Line 97: | Line 93: | ||
</source> | </source> | ||
| − | =See also= | + | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS --> |
| + | == See also == | ||
* [[HowTo:Configure_Microsoft_IIS_for_UBIK]] | * [[HowTo:Configure_Microsoft_IIS_for_UBIK]] | ||
* [[HowTo:Install_Microsoft_IIS]] | * [[HowTo:Install_Microsoft_IIS]] | ||
| − | [[Category: | + | [[Category:Install|Configure UBIK Credentials Service]] |
| + | [[Category:Web service|Configure UBIK Credentials Service]] | ||
| + | [[Category:Installing|Configure UBIK Credentials Service]] | ||
| + | [[Category:Version 5.2|Configure UBIK Credentials Service]] | ||
Latest revision as of 08:32, 12 August 2026
The UBIK Credentials Portal is an ASP.NET Core web application that provides a self-service interface for users to set their initial password and securely 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.