Skip to content

Commit 0444bfb

Browse files
committed
server: Add IDP entity ID config param
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 06e9099 commit 0444bfb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

server/src/com/cloud/configuration/Config.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,14 @@ public enum Config {
14031403
"http://localhost:8080/client/api?command=samlslo",
14041404
"SAML2 CloudStack Service Provider Single Log Out URL",
14051405
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),
14061414
SAMLIdentityProviderMetadataURL(
14071415
"Advanced",
14081416
ManagementServer.class,

0 commit comments

Comments
 (0)