Upgrade of SimpleSAMLPHP from 2.0.5 to 2.3.5

64 views
Skip to first unread message

Bhagwat, Shrikant

unread,
Dec 15, 2024, 2:44:43 PM12/15/24
to simple...@googlegroups.com

 

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

Dick Visser

unread,
Dec 15, 2024, 10:34:46 PM12/15/24
to simple...@googlegroups.com
Yes, and it says clearly what the problem is:

> Endpoint of type SingleSignOnService is not an array

This is also explicitly mentioned in the upgrade notes: 

Dick



Bhagwat, Shrikant

unread,
Dec 16, 2024, 11:08:04 AM12/16/24
to simple...@googlegroups.com

$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.

Mischa Salle

unread,
Dec 16, 2024, 11:55:57 AM12/16/24
to 'Bhagwat, Shrikant' via SimpleSAMLphp
Hi,

On Mon, Dec 16, 2024 at 04:07:54PM +0000, 'Bhagwat, Shrikant' via SimpleSAMLphp wrote:
> $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

no, your endpoints are still strings, not arrays. See Dick's response:
at the end of the upgrade release notes it says:
"Endpoints in metadata (e.g. "SingleSignOnLocation" and
"AssertionCosumerService") can no longer be simple strings and are
now only accepted in array-style. The old string-style was
deprecated for 9 yrs already and was broken anyway. See endpoints
for the current format.
and follow the link "endpoints" there to
https://simplesamlphp.org/docs/stable/simplesamlphp-metadata-endpoints.html
which gives specific examples of how to format for example the
SingleLogoutService, i.e. as a nested array.

Mischa

>
> 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
> On Sun, Dec 15, 2024 at 20:44 'Bhagwat, Shrikant' via SimpleSAMLphp <simple...@googlegroups.com<mailto:simple...@googlegroups.com>> wrote:
>
> 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']<https://p-weblogin.med.umich.edu/nidp/saml2/metadata'%5B'SingleSignOnService'%5D>:.
> To unsubscribe from this group and stop receiving emails from it, send an email to simplesamlph...@googlegroups.com<mailto:simplesamlph...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/simplesamlphp/CAF8BbLZzrgd%3DNSxSvbWzdf01_YKOw0G8r86n-5tWn8brRqZcpA%40mail.gmail.com<https://groups.google.com/d/msgid/simplesamlphp/CAF8BbLZzrgd%3DNSxSvbWzdf01_YKOw0G8r86n-5tWn8brRqZcpA%40mail.gmail.com?utm_medium=email&utm_source=footer>.
> **********************************************************
> Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues
>
> --
> 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/DM3PR08MB9279EAC143F310E30A7FE6B48A3B2%40DM3PR08MB9279.namprd08.prod.outlook.com.

--
Nikhef Room H231a
Science Park 105 Tel. +31-6-4681 2202
1098 XG Amsterdam Fax +31-20-592 5155
The Netherlands Email msa...@nikhef.nl
__ .. ... _._. .... ._ ... ._ ._.. ._.. .._..

Bhagwat, Shrikant

unread,
Dec 16, 2024, 1:30:48 PM12/16/24
to simple...@googlegroups.com
Hi Mischa

Is this format the new version expecting. Do I need to have all 3 vales location , Response location & Binding ?

'SingleLogoutService' => [
[
'Location' => 'https://sp.example.org/LogoutRequest',
'ResponseLocation' => 'https://sp.example.org/LogoutResponse',
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
],
],

Shrikant Bhagwat
Application Programmer/Analyst Sr.
Identity & Access Management Team
Health Information Technology Services (HITS)
Michigan Medicine, Ann Arbor, MI

Office # 734-615-2391
Cell # 734-276-6563
> https://simp/
> lesamlphp.org%2Fdocs%2Fstable%2Fsimplesamlphp-reference-idp-remote&dat
> a=05%7C02%7Cshrbhagw%40med.umich.edu%7C195949488f104342365308dd1df286e
> 6%7C1f41d613d3a14ead918d2a25b10de330%7C0%7C0%7C638699649662159299%7CUn
> known%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOi
> JXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=4mqa4j7G
> x%2B5axvwHHXVv64DsacrCqiyT83hvCVEoKmQ%3D&reserved=0
> https://simp/
> lesamlphp.org%2Fdocs%2Fstable%2Fsimplesamlphp-upgrade-notes-2.3.html&d
> ata=05%7C02%7Cshrbhagw%40med.umich.edu%7C195949488f104342365308dd1df28
> 6e6%7C1f41d613d3a14ead918d2a25b10de330%7C0%7C0%7C638699649662214400%7C
> Unknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAi
> OiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=XkxmfO
> W3OMYkAu92zVtJ%2Fg7Ljuu%2FJykLv7HiVXeQQps%3D&reserved=0
>
> Dick
>
>
>
> --
> 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://simp/
> lesamlphp.org%2Fsupport&data=05%7C02%7Cshrbhagw%40med.umich.edu%7C1959
> 49488f104342365308dd1df286e6%7C1f41d613d3a14ead918d2a25b10de330%7C0%7C
> 0%7C638699649662223299%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWU
> sIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%
> 7C0%7C%7C%7C&sdata=K%2B6%2FTQRnE8hdWfssGhSbwKc6xq7eMGZtBQkkF38EzS0%3D&
> reserved=0
>
> 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://simp/
> lesamlphp.org%2Fdocs%2Fstable%2F&data=05%7C02%7Cshrbhagw%40med.umich.e
> du%7C195949488f104342365308dd1df286e6%7C1f41d613d3a14ead918d2a25b10de3
> 30%7C0%7C0%7C638699649662232375%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcG
> kiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoy
> fQ%3D%3D%7C0%7C%7C%7C&sdata=cqiB2uVzDm1hbaD6tWk%2FUhK94k2kGnKgpQtrI9nQ
> Wpc%3D&reserved=0
>
> 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%2F~esr%2Ffaqs%2Fsmart-questions.html&data=05%7C02%7Cshrbhagw%40med
> .umich.edu%7C195949488f104342365308dd1df286e6%7C1f41d613d3a14ead918d2a
> 25b10de330%7C0%7C0%7C638699649662241083%7CUnknown%7CTWFpbGZsb3d8eyJFbX
> B0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIs
> IldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=%2BizBLKzpHIwIwuNA%2FYMFhP1RV9seo%
> 2FBq5FoUb%2BfMuBM%3D&reserved=0
> ---
> 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<mailto:simplesamlph...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/simplesamlphp/CAF8BbLZzrgd%3DNSxSvbWzdf01_YKOw0G8r86n-5tWn8brRqZcpA%40mail.gmail.com<https://groups.google.com/d/msgid/simplesamlphp/CAF8BbLZzrgd%3DNSxSvbWzdf01_YKOw0G8r86n-5tWn8brRqZcpA%40mail.gmail.com?utm_medium=email&utm_source=footer>.
> **********************************************************
> Electronic Mail is not secure, may not be read every day, and should
> not be used for urgent or sensitive issues
>
> --
> 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://simp/
> lesamlphp.org%2Fsupport&data=05%7C02%7Cshrbhagw%40med.umich.edu%7C1959
> 49488f104342365308dd1df286e6%7C1f41d613d3a14ead918d2a25b10de330%7C0%7C
> 0%7C638699649662267979%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWU
> sIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%
> 7C0%7C%7C%7C&sdata=mqyx9yS9rrK%2Ffjt2eunvtpviUVEF2lkwE5CXwfTYj1A%3D&re
> served=0
>
> 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://simp/
> lesamlphp.org%2Fdocs%2Fstable%2F&data=05%7C02%7Cshrbhagw%40med.umich.e
> du%7C195949488f104342365308dd1df286e6%7C1f41d613d3a14ead918d2a25b10de3
> 30%7C0%7C0%7C638699649662276632%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcG
> kiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoy
> fQ%3D%3D%7C0%7C%7C%7C&sdata=xFU0Jr2%2F7NCb2TUkBixeyrhay%2F0v2A5FHivFGy
> MeFsk%3D&reserved=0
>
> 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%2F~esr%2Ffaqs%2Fsmart-questions.html&data=05%7C02%7Cshrbhagw%40med
> .umich.edu%7C195949488f104342365308dd1df286e6%7C1f41d613d3a14ead918d2a
> 25b10de330%7C0%7C0%7C638699649662287343%7CUnknown%7CTWFpbGZsb3d8eyJFbX
> B0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIs
> IldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=3s%2FP7KlmXQ8cPNkEKHCKpJ94vRZ2e%2B
> PZjfPnekHNq0k%3D&reserved=0
> ---
> 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/DM3PR08MB9279EAC143F310E30A7FE6B48A3B2%40DM3PR08MB9279.namprd08.prod.outlook.com.

--
Nikhef Room H231a
Science Park 105 Tel. +31-6-4681 2202
1098 XG Amsterdam Fax +31-20-592 5155
The Netherlands Email msa...@nikhef.nl
__ .. ... _._. .... ._ ... ._ ._.. ._.. .._..

--
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/20241216165546.GC4062%40nikhef.nl.

Mischa Salle

unread,
Dec 16, 2024, 2:33:39 PM12/16/24
to 'Bhagwat, Shrikant' via SimpleSAMLphp
Hi Shrikant,

On Mon, Dec 16, 2024 at 06:30:36PM +0000, 'Bhagwat, Shrikant' via SimpleSAMLphp wrote:
> Hi Mischa
>
> Is this format the new version expecting. Do I need to have all 3 vales location , Response location & Binding ?
>
> 'SingleLogoutService' => [
> [
> 'Location' => 'https://sp.example.org/LogoutRequest',
> 'ResponseLocation' => 'https://sp.example.org/LogoutResponse',
> 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
> ],
> ],

I think ResponseLocation is not necessary if it's the same as Location.
Other than that, I think it's ok, so just change the Location for your
'https://lab-weblogin.med.umich.edu/nidp/saml2/slo'
and do the exact same for the SingleSignOnService.

Mischa
> To view this discussion visit https://groups.google.com/d/msgid/simplesamlphp/DM3PR08MB9279F5C412410A549A6873D88A3B2%40DM3PR08MB9279.namprd08.prod.outlook.com.

Bhagwat, Shrikant

unread,
Dec 16, 2024, 3:25:54 PM12/16/24
to simple...@googlegroups.com
'SingleLogoutService' => [
[
'Location' => 'https://lab-weblogin.med.umich.edu/nidp/saml2/slo',
],
'SingleSignonService' => [
[
'Location' => 'https://lab-weblogin.med.umich.edu/nidp/saml2/sso',
],
],
> https://simp/
> lesamlphp.org%2Fdocs%2Fstable%2Fsimplesamlphp-metadata-endpoints.html&
> data=05%7C02%7Cshrbhagw%40med.umich.edu%7Cb51a7169456844309c1e08dd1e08
> 8ed3%7C1f41d613d3a14ead918d2a25b10de330%7C0%7C0%7C638699744366365070%7
> CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlA
> iOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Nr3MG
> rD7inICKlzdvJ%2FS%2BQpL%2BXbSD%2Bm0WFNsXl1t%2BXg%3D&reserved=0
> https://simp/
> lesamlphp.org%2Fsupport&data=05%7C02%7Cshrbhagw%40med.umich.edu%7Cb51a
> 7169456844309c1e08dd1e088ed3%7C1f41d613d3a14ead918d2a25b10de330%7C0%7C
> 0%7C638699744366469227%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWU
> sIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%
> 7C0%7C%7C%7C&sdata=ZJ1sGjRxherpFb8fXOKU6XDEKlFKI6%2FanfAr4JyUepQ%3D&re
> served=0
>
> 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://simp/
> lesamlphp.org%2Fdocs%2Fstable%2F&data=05%7C02%7Cshrbhagw%40med.umich.e
> du%7Cb51a7169456844309c1e08dd1e088ed3%7C1f41d613d3a14ead918d2a25b10de3
> 30%7C0%7C0%7C638699744366479921%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcG
> kiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoy
> fQ%3D%3D%7C0%7C%7C%7C&sdata=PDK%2Fsa8O4r3ScsQSkMXnOvhccWpjJ0S%2F54DM9O
> s2YOk%3D&reserved=0
>
> 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%2F~esr%2Ffaqs%2Fsmart-questions.html&data=05%7C02%7Cshrbhagw%40med
> .umich.edu%7Cb51a7169456844309c1e08dd1e088ed3%7C1f41d613d3a14ead918d2a
> 25b10de330%7C0%7C0%7C638699744366489849%7CUnknown%7CTWFpbGZsb3d8eyJFbX
> B0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIs
> IldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=mq30pTFeIfiXUhwqyV0FM7fEKZdEMaJUFk
> J8MQ05LeA%3D&reserved=0
> ---
> 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/20241216165546.GC4062%40nikhef.nl.
> **********************************************************
> Electronic Mail is not secure, may not be read every day, and should
> not be used for urgent or sensitive issues
>
> --
> 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://simp/
> lesamlphp.org%2Fsupport&data=05%7C02%7Cshrbhagw%40med.umich.edu%7Cb51a
> 7169456844309c1e08dd1e088ed3%7C1f41d613d3a14ead918d2a25b10de330%7C0%7C
> 0%7C638699744366512847%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWU
> sIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%
> 7C0%7C%7C%7C&sdata=q142ULJwfHzuYPsv8hf9XjXbCBqR18p8FjJPHrMzm5k%3D&rese
> rved=0
>
> 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://simp/
> lesamlphp.org%2Fdocs%2Fstable%2F&data=05%7C02%7Cshrbhagw%40med.umich.e
> du%7Cb51a7169456844309c1e08dd1e088ed3%7C1f41d613d3a14ead918d2a25b10de3
> 30%7C0%7C0%7C638699744366525236%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcG
> kiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoy
> fQ%3D%3D%7C0%7C%7C%7C&sdata=Z%2B2ApsYZwTUsy5kS%2BrKS%2Bb85y4i5s8hwTBSn
> XIXlQIM%3D&reserved=0
>
> 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%2F~esr%2Ffaqs%2Fsmart-questions.html&data=05%7C02%7Cshrbhagw%40med
> .umich.edu%7Cb51a7169456844309c1e08dd1e088ed3%7C1f41d613d3a14ead918d2a
> 25b10de330%7C0%7C0%7C638699744366536118%7CUnknown%7CTWFpbGZsb3d8eyJFbX
> B0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIs
> IldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=kxdlRfExXcp3VIVXG4%2Fvt3IljpgVRRMn
> Qbgyx4KKldE%3D&reserved=0
> ---
> 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/DM3PR08MB9279F5C412410A549A6873D88A3B2%40DM3PR08MB9279.namprd08.prod.outlook.com.

--
Nikhef Room H231a
Science Park 105 Tel. +31-6-4681 2202
1098 XG Amsterdam Fax +31-20-592 5155
The Netherlands Email msa...@nikhef.nl
__ .. ... _._. .... ._ ... ._ ._.. ._.. .._..

--
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/20241216193326.GB31151%40nikhef.nl.

Bhagwat, Shrikant

unread,
Dec 16, 2024, 9:30:27 PM12/16/24
to simple...@googlegroups.com
I got it working

$metadata['https://lab-weblogin.med.umich.edu/nidp/saml2/metadata'] = [
'SingleSignOnService' => [
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
],
],
'SingleLogoutService' => [
[
'Location' => 'https://lab-weblogin.med.umich.edu/nidp/saml2/slo',
'ResponseLocation' => 'https://lab-weblogin.med.umich.edu/nidp/saml2/slo_return',
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
],
],
'certificate' => 'Lab-WebloginFull.pem',
];
To view this discussion visit https://groups.google.com/d/msgid/simplesamlphp/DM3PR08MB9279F75436403364E2E174D78A3B2%40DM3PR08MB9279.namprd08.prod.outlook.com.

Mischa Salle

unread,
Dec 17, 2024, 2:36:41 AM12/17/24
to 'Bhagwat, Shrikant' via SimpleSAMLphp
Hi,

good! Just don't forget to also put back in the 'name' and 'description'
as you originally had.

Mischa
> To view this discussion visit https://groups.google.com/d/msgid/simplesamlphp/DM3PR08MB92792E75E8CEA2CC57E7C31F8A042%40DM3PR08MB9279.namprd08.prod.outlook.com.

Murray Collingwood

unread,
May 12, 2025, 7:01:07 AMMay 12
to SimpleSAMLphp
Hello

So I read this....
    This is also explicitly mentioned in the upgrade notes: 
I went to the page.  It didn't really standout to me that there was action required here.
Also, the vague mention of an array end point didn't give me any clues as to the structure of the array.
Just like Shrikant I am left to guess the structure of the array.
There is no link to any further documentation or examples of what we might put here.

Getting more errors....
Reply all
Reply to author
Forward
0 new messages