Hello, We have following use case in our project.We are on Appian 7.2

Hello,
We have following use case in our project.We are on Appian 7.2
I need to give hyperlink of document in an email notification.Clicking on this link will allow user to download document to his/her local machine.
I am generating link with format "http://ip of machine:8080/suite/doc/docid".
When user clicks on this link following sequence happens
1.User has to enter his/her credentials.
2.If user is authenticated then pop-up comes to either download or save the file.
3.User downloads the file.
4.After completion of download,window which asked user to enter credentials remains open.
5.If user again clicks on sign in, url automaticaly changes to "http://ip of machine:8080/suite/designer"
6.As user is basic user,page with "Forbidden Access" message comes up.

Is anything wrong with link that I am generating to access file.?...

OriginalPostID-106950

OriginalPostID-106950

  Discussion posts and replies are publicly visible

Parents
  • We are also running into similar issue. In our application we are using single sign-on to login to Appian environment. So when the App User clicking on the Appian document link then Appian is trying to authenticate the user against designer interface with the credentials and getting 403 error. Is there a way we can force Appian to authenticate the user credentials against Apps interface instead of Designer interface.
Reply
  • We are also running into similar issue. In our application we are using single sign-on to login to Appian environment. So when the App User clicking on the Appian document link then Appian is trying to authenticate the user against designer interface with the credentials and getting 403 error. Is there a way we can force Appian to authenticate the user credentials against Apps interface instead of Designer interface.
Children
No Data