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
You can restrict portal access using tokens. Generate tokens store them in a database table with expiration timestamps. Pass the token as a URL parameter (portal.com?token=xyz), then validate it in the portal's load to check if the token exists and hasn't expired. Based on validation results, conditionally show or hide portal content using showWhen parameters.