axonivy-market / docuware-connector

DocuWare is a document management system
Apache License 2.0
0 stars 1 forks source link

Support OAuth2 authentication #74

Open nqhoan-axonivy opened 2 weeks ago

nqhoan-axonivy commented 2 weeks ago

Dear @ivy-sgi, it would be cool to have the following feature in the marketplace:

We noticed that our Docuware service could not log on anymore. The cookie authentication is no longer supported.

DocuWare logon unsuccessful, URI: https://hdsupply.docuware.cloud/docuware/platform/Account/Logon Status: 410, message:{"Message":"This method is no longer supported. Use Identity Service for authentication, changing and resetting password operations.","Exception":"","Uri":"/Account/Logon","Method":"GET","StatusCode":410,"Status":"Gone","InternalCode":0}

Deprecation info: https://developer.docuware.com/News/years/2023.html#introduction-of-oauth2-authentication-and-deprecation-of-cookie-authentication

Guidelines: How to switch from Cookie Authentication to OAuth2 for .NET SDK and REST API · DocuWare Support Portal

Postman collection sample: https://go.docuware.com/restsamples

nqhoan-axonivy commented 2 weeks ago

test-version.zip This is testing version, please help to feedback on it. Thanks!