I'm using the SSO sample code, but in ObjC.
My VirtualBox VM is running Catalina 10.15.4, Xcode 11.6.
I have a hacked together an AD server and SimpleMDM so that I can get Kerberos SSO to work -- the menu bar item for it shows up.
note -- MDM won't work until you give your VM a serial number and VirtualBox doesn't do that automatically as Parallels does
When I run my sample code I get to [authController performRequests]; and then get the "[SOAuthorization] no SPI authorization delegate" message in the logs and neither my authorization nor error delegate methods called.
I am unsure if I'm doing something wrong in my dozen lines of code or if there is something wrong in my setup.
Any suggestions?
My VirtualBox VM is running Catalina 10.15.4, Xcode 11.6.
I have a hacked together an AD server and SimpleMDM so that I can get Kerberos SSO to work -- the menu bar item for it shows up.
note -- MDM won't work until you give your VM a serial number and VirtualBox doesn't do that automatically as Parallels does
When I run my sample code I get to [authController performRequests]; and then get the "[SOAuthorization] no SPI authorization delegate" message in the logs and neither my authorization nor error delegate methods called.
I am unsure if I'm doing something wrong in my dozen lines of code or if there is something wrong in my setup.
Any suggestions?