Hi,
When I try to log in as administrator on the simpleSAMLphp interface. I get the following error-
SimpleSAML_Error_Error: UNHANDLEDEXCEPTION
Backtrace:
0 /srv/bindings/953b1a2e29694ba48a67beea8f81c386/code/simplesaml/module.php:180 (N/A)
Caused by: SimpleSAML_Error_Exception: URL not allowed: https://dev-horizonblue.devportal.apigee.com:15133/simplesaml/module.php/core/login-admin.php?ReturnTo=https%3A%2F%2Fdev-horizonblue.devportal.apigee.com%3A15133%2Fsimplesaml%2Fmodule.php%2Fcore%2Ffrontpage_config.php
Backtrace:
2 /srv/bindings/953b1a2e29694ba48a67beea8f81c386/code/private/simplesamlphp-1.14.8/lib/SimpleSAML/Utils/HTTP.php:331 (SimpleSAML\Utils\HTTP::checkURLAllowed)
1 /srv/bindings/953b1a2e29694ba48a67beea8f81c386/code/private/simplesamlphp-1.14.8/modules/core/www/as_login.php:21 (require)
0 /srv/bindings/953b1a2e29694ba48a67beea8f81c386/code/simplesaml/module.php:137 (N/A)
Just so you know, I've given this for the baseurlpath in config.php - 'https://'. $host .'/simplesaml/'
Pretty new to simplesaml, so any help is welcome.
Thanks,
Hi again,
I will be clear this time.
I am currently working on an apigee dev-portal and was recently asked to implement SAML login with Ping as our IdP. I installed simpleSAMLphp on our apigee (Drupal) site and configured it to work as an SP. But, after all the configuration when I try to log in as admin on the simpleSAMLphp interface ( @ url/simplesaml), an exception was thrown at me -
SimpleSAML_Error_Error: UNHANDLEDEXCEPTION Backtrace: 0 /srv/bindings/953b1a2e29694ba48a67beea8f81c386/code/simplesaml/module.php:180 (N/A) Caused by: SimpleSAML_Error_Exception: URL not allowed: https://dev-horizonblue.devportal.apigee.com:15133/simplesaml/module.php/core/login-admin.php?ReturnTo=https%3A%2F%2Fdev-horizonblue.devportal.apigee.com%3A15133%2Fsimplesaml%2Fmodule.php%2Fcore%2Ffrontpage_config.php Backtrace: 2 /srv/bindings/953b1a2e29694ba48a67beea8f81c386/code/private/simplesamlphp-1.14.8/lib/SimpleSAML/Utils/HTTP.php:331 (SimpleSAML\Utils\HTTP::checkURLAllowed) 1 /srv/bindings/953b1a2e29694ba48a67beea8f81c386/code/private/simplesamlphp-1.14.8/modules/core/www/as_login.php:21 (require) 0 /srv/bindings/953b1a2e29694ba48a67beea8f81c386/code/simplesaml/module.php:137 (N/A)
Just so you know, I've given this for the
$host = $_SERVER['HTTP_HOST'];baseurlpath => 'https://'. $host .'/simplesaml/'
And now with this exception on my simpleSAMLphp interface, when I click on back in the browser it says I am logged in as admin and everything works fine. So, I started to work-around using this technique when on simpleSAMLphp interface. Exported SP metadata to my Ping admin and then imported Ping's federated metadata into /private/simpleSAMLphp-1.14.8/metadata/saml20-idp-remote.php
I see the IdP's metadata on my simpleSAMLphp interface.Now, again I noticed two problems i.e.
1) I don't see the Federated login link on my apigee dev-portal.
2) When, I try http://dev-horizonblue.devportal.apigee.com/saml_login - I see a page not found error.
I know this information won't be sufficient to get a grasp of my problem, but I just hope someone points me in the right direction to debug.
Thanks for your time !
Dharma
> <mailto:simplesamlphp+unsub...@googlegroups.com>.