How to create a portal for external users to action tasks and attach document.

  • 16 September 2020
  • 2 replies
  • 109 views

Badge +4

How to create a portal for external users to action tasks and attach document. Without been part of the AD


2 replies

Userlevel 6
Badge +16

Hi K2Developer-1,


 


If this is the on-prem K2 environment,  you perhaps can enable SQL User Manager (SQLUM) and configure Smartforms to for SQLUM, this will allow users to access form with worklist control and they can action tasks similar to AD users. 


 


Configuring the SQL User Manager


https://help.k2.com/onlinehelp/K2blackpearl/ICG/4.7/default.htm#Configure/UM_SQLUM.htm


Configure SmartForms for SQL Server User Manager (SQLUM)


https://help.k2.com/onlinehelp/k2blackpearl/icg/4.7/default.htm#Configure/SF/MultiAuthSQLUM.htm


 

Badge +6

You can create Anonymous form for external user to upload documents.

To verify whether it is a valid user taken the action on the given url, you can put a encrypted token in querystring.

This token should have information that need to verify the user on smartform level.

example : customer name, email address, one time pin, expiry date, etc

Token is encrypted stringbase64 urlencoding.

 

you should send one time pin for user in separate email or other scenario that prevent unauthorized users abused this given url. 

 

you should explicitly set filter filetype allowed to be uploaded to K2 on attachment control and limit the maximum file size.

 

it’s good if you configure different website for K2 anonymous smarform (the url that given to external user)

https://www.velocity-it.com/configuring-an-anonymous-k2-smartforms-runtime-site/

 

Anonymous smartform.

https://help.k2.com/onlinehelp/k2blackpearl/icg/4.7/default.htm#Configure/SF_AnonViewForms.htm

 

Reply