Simplesamlphp | Invalid Destination URL Error

I’m trying to setup simplesamlphp in my localhost and I installed the latest 2.1.1 version and done few basic configuration in config.php. Then I tried to hit the url getting this below error.

SimpleSAMLErrorError: UNHANDLEDEXCEPTION
Backtrace:
1 src/SimpleSAML/Error/ExceptionHandler.php:32
(SimpleSAMLErrorExceptionHandler::customExceptionHandler)
0 [builtin] (N/A)
Caused by: SimpleSAMLErrorException: Invalid destination URL:
http://myloc_sp_drupalsaml.com/simplesaml/module.php/core/welcome
Backtrace:
2 src/SimpleSAML/Utils/HTTP.php:221 (SimpleSAMLUtilsHTTP::redirect)
1 src/SimpleSAML/Utils/HTTP.php:955 (SimpleSAMLUtilsHTTP::redirectTrustedURL)
0 public/index.php:16 (N/A)

Note: Machine linux AWS and trying to setup it for my Drupal 10 application

enter image description here

Any help please.