WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for authentication

(...) As Microsoft is removing support for legacy authentication , and webcon is still using base login/password for SharePoint. Is Webcon planning to implement connecting through application? There is SharePoint via REST, but I'm saying about SharePoint Site Collection connections - these will stop working very soon.

(...) ernal API that requires a client certificate (PFX / mTLS). Everything works in Postman, but in WEBCON I can’t find how to pass the certificate. Currently I’m using: -REST Web Service connection -authentication : Anonymous -HTTPS + JSON I don’t see any option for: -client certificate - selecting from Windows store -or using a thumbprint Has anyone faced something similar? Does WEBCON support mTLS fo (...)

(...) Hi, having e.g. local AD and Entra ID enabled as authentication providers a user gets a page with the WEBCON logo and two buttons for Local AD oder Entra ID login. Is there any way to force always Entra ID login? And if yes, is there any way to force this login page if e.g. an admin user (not existing in Entra ID) wants to use local AD as authentication provider? This could be e.g. a query parameter: ?fo (...)

(...) ading to 2026. • The issue occurs for multiple users. Question Has anyone experienced this after upgrading to WEBCON 2026? Are there any known changes regarding Office integration / WebDAV / authentication in 2026 that could cause this? Any guidance would be appreciated.

(...) Authorization Framework and explicitly support the Resource Owner Password Credentials Grant (grant_type=password). These APIs (in our case: core banking / backend systems) require both: client authentication (client_id / client_secret via Basic Auth) and user authentication (username / password in the token request) Example token request: POST /token Authorization: Basic base64(client_id) Conten (...)