Portal access using tokens

Certified Senior Developer

Hi Team,

How can we restrict portal access to all the public users, Our requirement is can we access portal by using tokens? like will pass the token to the url parameters and validate it  with expiration time, if so how can we genarate tokens in appian and access it 

Thanks,

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    In addition to the 2 good suggestions already submitted, another thing one can consider in this use case (not to replace the URL parameter idea but perhaps to supplement it) would be to ask the user to type in something they've already been provided, like a one-time-use PIN, etc, which you could set up a system where such information needs to match the encoded data passed in via URL parameters.

  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    hi mike, i tried of using the JWT Plugin but i see the plugin is not supported in portal, i see below error 

    xpression evaluation error [evaluation ID = a09a4:fe553] in rule 'gbl_uiparentpngchecklistportal' at function 'validatejwtsignature' [line 130]: Expression evaluation error : The function 'validatejwtsignature' is unavailable.

Reply
  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    hi mike, i tried of using the JWT Plugin but i see the plugin is not supported in portal, i see below error 

    xpression evaluation error [evaluation ID = a09a4:fe553] in rule 'gbl_uiparentpngchecklistportal' at function 'validatejwtsignature' [line 130]: Expression evaluation error : The function 'validatejwtsignature' is unavailable.

Children
No Data