From 2a264cc7267f9dbb0b74e665274f200ec5ad9ab5 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 25 Aug 2014 00:15:18 +0200 Subject: [PATCH] client: add getSPMetadata API in commands.properties Signed-off-by: Rohit Yadav --- client/tomcatconf/commands.properties.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 006a4ff1b08..09b7ddc8ee9 100644 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -21,8 +21,11 @@ ### CloudStack authentication commands login=15 logout=15 + +### SAML SSO/SLO commands samlsso=15 samlslo=15 +getSPMetadata=15 ### Account commands createAccount=7