Behavior:
When dynamically generating a URL via URL Integration, when accessed, it will always bring you to the login page despite credentials being given during the URL creation.
Solution:
This occurs due to how the credentials were provided during the URL creation. When creating the URL, the following line is used when providing credentials.
encryptedURL.Parameters.UserCredentials = new UserCredentials([Password], [Username]);
Please ensure that we pass the credentials with the password first, then the username, instead of the other way around. This should fix the issue.
KBA is applicable for both Cloud and On-premise Organizations
Views:
This article is valid for DocuWare versions: 7, 7.1, 7.2, 7.3, 7.4, 7.5 7.6 7.7 7.8 7.9 7.10 7.11 | URL Integration