3700 - Login validation

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Login - 3700 - Login validation

3700 - Login validation

Event

Extension action set

Description

EXT_3700_1_Before

Will be executed before MSS validates the user credentials and permissions;

EXT_3700_2_Replace

Will be executed before MSS validates the user credentials and permissions with the possibility to cancel the process;

EXT_3700_3_After

Will be executed after MSS validates the user credentials and permissions;

Before

Input Parameters

  • inUserName – User login name;

Replace

Input Parameters

  • inUserName – User login name;

Output Parameters

  • outCanLogin – Return code: 1 – Continue the process / 0 – Cancel;

After

Input Parameters

  • inUserName – User login name;

Last updated