4

I am investigating security plugins using SFAuthorizationPluginView under Mac OSX and as a first step looking at the NameAndPassword sample application. The app builds OK but I cannot get it to authenticate. So does anyone have any experience of SFAuthorizationPluginView or any other examples.

jjnguy
  • 136,852
  • 53
  • 295
  • 323
Patrick
  • 868
  • 8
  • 23

1 Answers1

3

Does Debugging An Authorization Plug-In With Xcode help?

diciu
  • 29,133
  • 4
  • 51
  • 68
  • Hey, did you answer me when I asked the same question on the Cocoa-dev mailing list? Thanks for the reply. – Patrick Sep 19 '08 at 10:14
  • @Patrick it's been a while, but apparently they still haven't fixed this. As I don't have a second Mac nearby, could you tell me how did you fix the NameAndPassword code so that it authenticates? – Michał Siwek Feb 13 '14 at 16:11