|
Re: OAuth2 - Connect acting as a client [message #152174 is a reply to message #150448] |
Tue, 12 July 2022 20:38   |
ctakas
Messages: 1 Registered: July 2022
|
|
|
|
Microsoft has announced that starting October 1, 2022, they will begin to permanently disable Basic Auth in all tenants, regardless of usage.
We have many installations where Kerio Connect retrieves messages via POP3 from Exchange Online. Authentication is based on Basic Auth.
Implementation of OAuth 2.0 (modern authentication) is required, in order to continue using the product.
|
|
|
|
|
|
|
Re: OAuth2 - Connect acting as a client [message #152855 is a reply to message #152635] |
Tue, 11 October 2022 20:47  |
juliymartons
Messages: 3 Registered: October 2022
|
|
|
|
I have an interesting question. I am trying to establish a peer to peer connection which means a client process acts both as a server and client. Ideally, it should have a client socket (Socket class) and a server socket(Server Socket class). Now I tried to use this concept but it does not work.49s result
|
|
|