...
Used in JSON API authentication and JavaScript Single Sign ON (SSO)
Thai ใช้ในการรับรองความถูกต้องของ JSON API และ JavaScript Single Sign ON (SSO)
English Prevents a user's password from being directly exposed during authentication Thai ป้องกันไม่ให้รหัสผ่านของผู้ใช้ถูกเปิดเผยระหว่างการตรวจสอบสิทธิ์โดยตรง
This Hashed Password method is only supported by Joget Workflow Internal Directory Manager.
Thai วิธี Hashed รหัสผ่านนี้รองรับโดย Joget Workflow Internal Directory Manager
Note | ||
---|---|---|
Please note that LDAP Directory Manager & Security Enhanced Directory Manager does not support Hashed Password in JSON API authentication.
|
...
Thai |
---|
สูตร |
Code Block |
---|
md5(username + “"::”" + md5Base16(password)); |
E.g.: Assuming that the username is “admin” and the password is “admin”, the resulting hash should be “14ACD782DCFEB2BCDE2B271CCD559477”.
...