Files
apple_device-management/examples/declarative/declarations/configurations/extensiblesso/example2.json
T
2026-08-12 10:12:50 -04:00

15 lines
449 B
JSON

{
"Type": "com.apple.configuration.extensible-sso",
"Identifier": "2A3B4C5D-6E7F-8A9B-0C1D-2E3F4A5B6C7D",
"ServerToken": "F1E2D3C4-B5A6-7890-ABCD-EF1234567890",
"Payload": {
"ExtensionComposedIdentifier": "com.example.sso.extension",
"Type": "Redirect",
"URLs": [
"https://login.example.com/auth",
"https://sso.example.com/"
],
"ScreenLockedBehavior": "Cancel"
}
}