server: Add IDP entity ID config param

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2014-08-24 18:28:06 +02:00
parent 06e909923a
commit 0444bfb653
1 changed files with 8 additions and 0 deletions

View File

@ -1403,6 +1403,14 @@ public enum Config {
"http://localhost:8080/client/api?command=samlslo",
"SAML2 CloudStack Service Provider Single Log Out URL",
null),
SAMLIdentityProviderID(
"Advanced",
ManagementServer.class,
String.class,
"saml2.idp.id",
"https://openidp.feide.no",
"SAML2 Identity Provider Identifier String",
null),
SAMLIdentityProviderMetadataURL(
"Advanced",
ManagementServer.class,