No matter what I try to do when editing the JSON I get "Failed to update Meraki Dashboard application. "Error detail: One or more properties contains invalid values."" The JSON now also has more attributes than it used to: "allowedMemberTypes": [ "User" ], "description": "msiam_access", "displayName": "msiam_access", "id": "xxxxxx-yyyy-ffff-nnnn-jgjgjgjg", "isEnabled": true, "lang": null, "origin": "Application", "value": null For some reason this SAML implementation has been a pain in the ass compared to all the other apps we use. The full JSON looks like this when it throws the error "appRoles": [ { "allowedMemberTypes": [ "User" ], "description": "msiam_access", "displayName": "msiam_access", "id": "<Default Guid>", "isEnabled": true, "lang": null, "origin": "Application", "value": null }, { "allowedMemberTypes": [ "User" ], "description": "Meraki Admin", "displayName": "Meraki Admin", "id": "randomly created GUID", "isEnabled": true, "lang": null, "origin": "Application", "value": "Meraki Dashboard Admin SAML Group name" } ],
... View more