action adobe_post_saml_configuration { label: "postSamlConfiguration" provider: adobe method: POST path: "/system/console/configMgr/com.adobe.granite.auth.saml.SamlAuthenticationHandler" encoding: json input: { type: "object" properties: { "$location": { type: "string" } action: { type: "string" } addGroupMemberships: { type: "boolean" } apply: { type: "boolean" } assertionConsumerServiceURL: { type: "string" } clockTolerance: { type: "integer" } createUser: { type: "boolean" } defaultGroups: { type: "array" items: { type: "string" } } defaultRedirectUrl: { type: "string" } delete: { type: "boolean" } digestMethod: { type: "string" } groupMembershipAttribute: { type: "string" } handleLogout: { type: "boolean" } idpCertAlias: { type: "string" } idpHttpRedirect: { type: "boolean" } idpUrl: { type: "string" } keyStorePassword: { type: "string" } logoutUrl: { type: "string" } nameIdFormat: { type: "string" } path: { type: "array" items: { type: "string" } } post: { type: "boolean" } propertylist: { type: "array" items: { type: "string" } } "service.ranking": { type: "integer" } serviceProviderEntityId: { type: "string" } signatureMethod: { type: "string" } spPrivateKeyAlias: { type: "string" } synchronizeAttributes: { type: "array" items: { type: "string" } } useEncryption: { type: "boolean" } userIDAttribute: { type: "string" } userIntermediatePath: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }