I understand, that to use the Windows SDK for SSO signin takes three steps:
(1) register our organization for ZOOM SSO and setup your Zoom SSO provider
(2) in our Windows App, do something that gets the user to login SSO, then get the SSO token
(3) in our Windows App, pass the SSO token to the SDK call loginWithSSOToken
We have done #1, and can login (manually) with SSO using our MS Azure AD.
We know how to do #3 - once we have the SSO token.
The problem is step #2 - how do we get the SSO token? We have scoured the forum postings, the SDK, and have had multiple tickets with Zoom, messages to the developer support and have not gotten any answers.
The only asnwer we get is “the zoom backend returns the SSO token” - can someone please tell us how to call the zoom backend from a Windows App using the Zoom SDK to have it return us the SSO token? A code snippet would be greatly appreciated.
thanks