mirror of https://github.com/apache/cloudstack.git
server: Add IDP entity ID config param
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
06e909923a
commit
0444bfb653
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue