Hello
I upgrade simplesamlphp from 2.0.5 to 2.3.5
I have following “ saml20-idp-remote.php”
<?php
/**
* SAML 2.0 remote IdP metadata for SimpleSAMLphp.
*
* Remember to remove the IdPs you don't use from this file.
*
* See: https://simplesamlphp.org/docs/stable/simplesamlphp-reference-idp-remote
*/
$metadata['https://p-weblogin.med.umich.edu/nidp/saml2/metadata'] = array(
'name' => array(
'en' => 'Pre-Production Access Manager',
),
'description' => 'Pre-Production Access Manager',
'SingleSignOnService' => 'https://p-weblogin.med.umich.edu/nidp/saml2/sso',
'SingleLogoutService' => 'https://p-weblogin.med.umich.edu/nidp/saml2/slo',
'certificate' => 'p-weblogin.pem'
);
[root@iamsvn-ap-qs1a metadata]#
I get error # 7510ddb192 after testing Authentication Source (Default-SP)
SimpleSAML\Error\CriticalConfigurationError: The configuration (saml20-idp-remote) is invalid: Endpoint of type SingleSignOnService is not an array in saml20-idp-remote/'https://p-weblogin.med.umich.edu/nidp/saml2/metadata'['SingleSignOnService']:.
Backtrace:
10 src/SimpleSAML/Configuration.php:1213 (SimpleSAML\Configuration::getEndpoints)
9 src/SimpleSAML/Configuration.php:1288 (SimpleSAML\Configuration::getEndpointPrioritizedByBinding)
8 modules/saml/src/Auth/Source/SP.php:656 (SimpleSAML\Module\saml\Auth\Source\SP::startSSO2)
7 modules/saml/src/Auth/Source/SP.php:717 (SimpleSAML\Module\saml\Auth\Source\SP::startSSO)
6 modules/saml/src/Auth/Source/SP.php:806 (SimpleSAML\Module\saml\Auth\Source\SP::authenticate)
5 src/SimpleSAML/Auth/Source.php:193 (SimpleSAML\Auth\Source::initLogin)
4 src/SimpleSAML/Auth/Simple.php:165 (SimpleSAML\Auth\Simple::login)
3 [builtin] (call_user_func_array)
2 src/SimpleSAML/HTTP/RunnableResponse.php:68 (SimpleSAML\HTTP\RunnableResponse::sendContent)
1 vendor/symfony/http-foundation/Response.php:423 (Symfony\Component\HttpFoundation\Response::send)
0 public/module.php:24 (N/A)
Is there any syntax error in file saml20-idp-remote.php
Let us know
Thanks
Shrikant
**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues
$metadata['https://lab-weblogin.med.umich.edu/nidp/saml2/metadata'] = [
'name' => [
'en' => 'Shrikant LAB Access Manager',
],
'description' => 'Shrikant LAB Access Manager',
'SingleSignOnService' => 'https://lab-weblogin.med.umich.edu/nidp/saml2/sso',
'SingleLogoutService' => 'https://lab-weblogin.med.umich.edu/nidp/saml2/slo',
'certificate' => 'Lab-WebloginFull.pem'
];
Do they expect something like above
From: simple...@googlegroups.com <simple...@googlegroups.com>
On Behalf Of Dick Visser
Sent: Sunday, December 15, 2024 10:34 PM
To: simple...@googlegroups.com
Subject: Re: [simplesamlphp-users] Upgrade of SimpleSAMLPHP from 2.0.5 to 2.3.5
External Email - Use Caution
--
This is a mailing list for users of SimpleSAMLphp, not a support service. If you are willing to buy commercial support, please take a look here:
https://simplesamlphp.org/support
Before sending your question, make sure it is related to SimpleSAMLphp, and not your web server's configuration or any other third-party software. This mailing list cannot help with software that uses SimpleSAMLphp, only regarding SimpleSAMLphp itself.
Make sure to read the documentation:
https://simplesamlphp.org/docs/stable/
If you have an issue with SimpleSAMLphp that you cannot resolve and reading the documentation doesn't help, you are more than welcome to ask here for help. Subscribe to the list and send an email with your question. However, you will be expected to comply with
some minimum, common sense standards in your questions. Please read this carefully:
http://catb.org/~esr/faqs/smart-questions.html
---
You received this message because you are subscribed to the Google Groups "SimpleSAMLphp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
simplesamlph...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/simplesamlphp/CAF8BbLZzrgd%3DNSxSvbWzdf01_YKOw0G8r86n-5tWn8brRqZcpA%40mail.gmail.com.