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.

Reply
  • 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.

Children