Posts

Post not yet marked as solved
5 Replies
0 Views
I created the window directly without SFAuthorizationPluginView. I can't use a custome NSView from SFAuthorizationPluginView's(NSView*)viewForType:(SFViewType)inType; because of its limited width and height.What is strange, now I tried to show my window from the didActivate method of SFAuthorizationPluginView. But this time I got the standard macOS unlocking window, though my custom window code was invoked.The right I use is system.login.screensaver.I change the default use-login-window-ui to authenticate-session-owner-or-admin.