File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
plugins/user-authenticators/saml2/src/org/apache/cloudstack/saml Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ public void run() {
338
338
return ;
339
339
}
340
340
s_logger .debug ("Starting SAML IDP Metadata Refresh Task" );
341
+
341
342
Map <String , SAMLProviderMetadata > metadataMap = new HashMap <String , SAMLProviderMetadata >();
342
343
try {
343
344
discoverAndAddIdp (_idpMetaDataProvider .getMetadata (), metadataMap );
@@ -369,7 +370,7 @@ private boolean setup() {
369
370
} else {
370
371
File metadataFile = PropertiesUtil .findConfigFile (idpMetaDataUrl );
371
372
if (metadataFile == null ) {
372
- s_logger .error ("Metadata file returned null" );
373
+ s_logger .error ("Provided Metadata is not a URL, Unable to locate metadata file from local path: " + idpMetaDataUrl );
373
374
return false ;
374
375
}
375
376
else {
You can’t perform that action at this time.
0 commit comments