Microsoft Teams integration [message #153461] |
Tue, 03 January 2023 10:28  |
matfasci
Messages: 2 Registered: January 2023
|
|
|
|
Integration with MS Teams calendar does not work, if I click on the button "Add account" I get the error message
"endpoints_resolution_error: Error: could not resolve endpoints. Please check network and try again. Detail: ClientAuthError: openid_config_error: Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints. Attempted to retrieve endpoints
Can anyone help me?
[Updated on: Wed, 04 January 2023 01:49] by Moderator Report message to a moderator
|
|
|
|
|
Re: Microsoft Teams integration [message #153668 is a reply to message #153531] |
Mon, 30 January 2023 11:57   |
eckerma1
Messages: 1 Registered: June 2019
|
|
|
|
hi there,
we are also facing this issue:
endpoints_resolution_error: Error: could not resolve endpoints. Please check network and try again. Detail: ClientAuthError: openid_config_error: Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints. Attempted to retrieve endpoints from: undefined/common/v2.0/.well-known/openid-configurati on
any solutions for it?
thank you!
martin
[Updated on: Tue, 31 January 2023 05:56] by Moderator Report message to a moderator
|
|
|
Re: Microsoft Teams integration [message #153793 is a reply to message #153668] |
Thu, 16 February 2023 12:48  |
miu
Messages: 1 Registered: February 2023
|
|
|
|
SOLVED!
If you get an error message here, it is due to a variable in the mailserver.cfg. This was introduced with version 9.2.9. Unfortunately, the Connect 10 update only takes this variable into account if it was created after 9.2.9, i.e. if you have constantly updated an older version - as we all do - you will get this error message. If you set up a new server with Connect, the error does not exist.
Remedy: Stop Connect, otherwise the changes from the backup will be overwritten, and change the mailserver.cfg variable
<variable name="AppendHeaderContentSecurityPolicy">
to:
default-src 'self' 'unsafe-eval' 'unsafe-inline' *.kerio.com wss: ws: https: http:; img-src https: http: data:;
(translated from german via google translator)
|
|
|