Logout/terminate SSO Extension (Kerberos)

Hi

Is there a way to logout or terminate the SSO Extension session? I am using https://developer.apple.com/documentation/devicemanagement/extensiblesinglesignonkerberos with Credential payload.

Login works fint, but I need to be able to logout/terminate the session/ticket


Br,

Glenn-David Lind

Answered by Security Engineer in 613693022
There are two ways to logout:
  1. If the profile is removed, the associated credentials will be removed. This is intended for user mode vpn or shared scenarios where the profile is changed.

  2. You can send the logout operation to the extension in a native app. There is sample code for this on slide 105 here: https://developer.apple.com/videos/play/tech-talks/301/

Accepted Answer
There are two ways to logout:
  1. If the profile is removed, the associated credentials will be removed. This is intended for user mode vpn or shared scenarios where the profile is changed.

  2. You can send the logout operation to the extension in a native app. There is sample code for this on slide 105 here: https://developer.apple.com/videos/play/tech-talks/301/

Logout/terminate SSO Extension (Kerberos)
 
 
Q