Post

Replies

Boosts

Views

Activity

Reply to GUI Authorization Plugin shows a spinner in front of window
Hmmm, that UI looks very familiar (-: Indeed, and thanks again. :) Where in the mechanisms array have you placed your plug-in’s mechanism? So, i had place them all at the very end of the pipeline but after posting this I tried putting our mechanism after <string>builtin:login-success</string> and before <string>loginwindow:success</string> and that works. So I now have (mine being CustomAuthPlugin): <string>builtin:prelogin</string> <string>builtin:policy-banner</string> <string>loginwindow:login</string> <string>builtin:login-begin</string> <string>builtin:reset-password,privileged</string> <string>loginwindow:FDESupport,privileged</string> <string>builtin:forward-login,privileged</string> <string>builtin:auto-login,privileged</string> <string>builtin:authenticate,privileged</string> <string>PKINITMechanism:auth,privileged</string> <string>builtin:login-success</string> <string>CustomAuthPlugin:invoke</string> <string>loginwindow:success</string> <string>HomeDirMechanism:login,privileged</string> <string>HomeDirMechanism:status</string> <string>MCXMechanism:login</string> <string>CryptoTokenKit:login</string> <string>loginwindow:done</string> which seems to be fine though I don't know if that has other implications that I'm not yet aware of.
Mar ’23
Reply to Platform SSO: Is it possible to call presentRegistrationViewController(completion:) in beginUserRegistration?
Another update: I discovered that you can definitely use presentRegistrationViewController inside of beginUserRegistration if you have not already used it inside of beginDeviceRegistration. So what I'm now wondering is whether we're doing something wrong or it's that you get basically one shot at UI and you have to choose between device reg and user reg.
May ’24