I am trying to use lf-login UI component to start oauth authentication to laserfiche cloud by going through the link below
https://developer.laserfiche.com/client_reference/lf-ui-components/docs/14.x/index.html#/lf-login
I want to open the laserfiche sign in page inside a popup in my angular SPA project. When I add this component inside a popup and click sign in, it opens the signin page in the whole browser. I tried to open the page inside an iframe as a content of the popup, but the iframe is getting blocked. I get this error: "Refused to frame 'https://accounts.laserfiche.com/' because an ancestor violates the following Content Security Policy directive". Is there a way I can show the laserfiche sign in page inside a popup?
I also see redirect_behavior attribute that we can assign to lf-login component. One possible value is "Popup" which is yet to be implemented. Is this the feature that will open the login ui inside a popup? If that’s the case, when can we expect it to be available?