Microsoft SignInWithCredential functionality
To add authentication a manifest v3 chrome extension SignInWithCredential has to be used as SignInWithPopup violates the v3 csp rules.
Microsoft tokens currently aren't supported, making it hard to use Microsoft authentication in a chrome extension unless you create a backend cloud function. This is a long workaround and would be helpful if SignInWithCredential could be used immediately.
1
vote