We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e9099 commit 0444bfbCopy full SHA for 0444bfb
1 file changed
server/src/com/cloud/configuration/Config.java
@@ -1403,6 +1403,14 @@ public enum Config {
1403
"http://localhost:8080/client/api?command=samlslo",
1404
"SAML2 CloudStack Service Provider Single Log Out URL",
1405
null),
1406
+ SAMLIdentityProviderID(
1407
+ "Advanced",
1408
+ ManagementServer.class,
1409
+ String.class,
1410
+ "saml2.idp.id",
1411
+ "https://openidp.feide.no",
1412
+ "SAML2 Identity Provider Identifier String",
1413
+ null),
1414
SAMLIdentityProviderMetadataURL(
1415
"Advanced",
1416
ManagementServer.class,
0 commit comments