Password Reset
HomeIntegrityControlSolutionsManagement Center
3.1.0 Password Reset
3.1.0 Password Reset
  • THE SERVICE
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Get started
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • PasswordReset
      • Overview
      • Properties
      • Rules parameters
        • Minimum length
        • Maximum length
        • Uppercase
        • Lowercase
        • Special character
        • Common password
        • Number
        • Repeat password
        • Complexity
        • ❗Custom rule
    • ADResetClient
      • Overview
      • Permissions
      • Module parameters
      • ADPasswordReset valve
    • AuthN
    • Pipes
      • Reset Password
      • ADPasswordReset valve
    • Other modules
  • Operations
    • CEF logging
    • Troubleshooting
      • Extended logging
  • UI
    • Overview
    • Information box
  • On behalf of
    • Overview
    • Configuration
Powered by GitBook
On this page
  • HTTP Configuration
  • Configuration
  1. Modules
  2. PasswordReset

Properties

This section includes the main parameters for the PasswordReset module. Parameters for password policy is covered in next section.

HTTP Configuration

The Password Reset module supports all standard configurations for a HTTP-Server. Please see for more details.

Configuration

Name
Description
Default value
Mandatory

name

Must be set to PasswordReset

PasswordReset

http_port

Port

8080

http_context

What context is application served under.

/pwdreset

webroot_dir

Where to load web resources from.

web

http_auth_redirect_url

Where to send the user for authentication.

/pwdreset/authn/login

logout_endpoint_url

Overrides default logout, click for more info.

/pwdreset/logged_out

overlay_dir

Where to load the overlayed resources from.

N/A

pipe_id

Pipe to execute

N/A

rules

Array containing the rules parameters

[]

{
    "name": "PasswordReset",
    "config": {
        "http_listener": "default",
        "overlay_dir": "${system.customer_home}/overlay/",
        "pipe_id": "Reset_Active_Directory_Password",
        "rules": "@include:rules.json",
        "logout_endpoint_url": "${globals.logout_endpoint_url}"
    }
}

link
Configuration