We are currently using SAML / SSO in our CEP plugin. Our implementation involved a local server to redirect to after the user signs into their IDP. Given Node.js and a local server are not available in UXP, what would you recommend to implement SAML authentication in UXP?
Note, generating a guid and polling the backend for the authentication token feels too insecure. Is there a more secure approach you’d recommend?