[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2018-12-02 Thread Kristina Hoeppner
Hi Yaju. Thanks for checking. We'll need to look into it again as I suspect that we still can't change the actual SAML library and need to find a different way of dealing with this issue. ** Changed in: mahara Status: Expired => Confirmed -- You received this bug notification because you

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2018-11-30 Thread Yaju Mahida
Hi Kristina, We are working on the Mahara 18.10.0 upgrade and this is still an issue. We are still using the workaround. Please, re-open this issue. Sorry, forgot to comment after the 17.10 testing. Kind regards, Yaju Mahida -- You received this bug notification because you are a member of

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2018-02-24 Thread Launchpad Bug Tracker
[Expired for Mahara because there has been no activity for 60 days.] ** Changed in: mahara Status: Incomplete => Expired -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-12-26 Thread Kristina Hoeppner
Hi Yaju, I put it back onto "Incomplete". If you could test the latest 17.10 code please when you get the chance that would be great. Cheers Kristina ** Changed in: mahara Status: Expired => Incomplete -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-12-17 Thread Yaju Mahida
Hi Kristina, Just found your message now! We will be working on this next year so not able to confirm this now. Noticed that this job's status has changed to expired! Regards, Yaju Mahida -- You received this bug notification because you are a member of Mahara Contributors, which is

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-12-16 Thread Launchpad Bug Tracker
[Expired for Mahara because there has been no activity for 60 days.] ** Changed in: mahara Status: Incomplete => Expired -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-10-17 Thread Kristina Hoeppner
Hi Yaju, We made some improvements for Mahara 17.10 in that area, which also allow for ADFS to work. Can you please check the 17.10 code and see if that resolves your problem? Thank you Kristina ** Changed in: mahara Status: New => Incomplete ** Changed in: mahara Milestone:

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-09-17 Thread Robert Lyon
** Changed in: mahara Milestone: 17.10.0 => 18.04.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-08-30 Thread Kevin Rickis
@Yaju Thank you for the workaround. I hit the problem a couple of weeks ago and I wasn't sure where the problem was. Cheers. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-05-18 Thread shane
@Yaju It works! Thanks again! -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-05-17 Thread shane
@Yaju Yeah, we're having a similar issue on 17.04. Mahara sends the user to our idp to login, but then the idp can't send the user back to mahara because the assertion consumer service URL (simplesaml/module.php/saml/sp/saml2-acs.php/default-sp) is not registered in the metadata. Thanks for the

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-05-16 Thread Robert Lyon
Looking at the code I suspect its worked for some but not others is due to public function startSSO($idp, array $state) in extlib/simplesamlphp/modules/saml/lib/Auth/Source/SP.php where startSSO1 doesn't call the setAssertionConsumerServiceURL() but startSSO2 does The problem with fixing this

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-05-16 Thread Kristina Hoeppner
Tagged it to 17.10 so it stays on our radar to look at since we can't verify it immediately. ** Changed in: mahara Milestone: None => 17.10.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions:

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-05-16 Thread Yaju Mahida
Hi Shane, We had to fix this on SimpleSAMLphp library (1.14.7) mahara/htdocs/auth/saml/extlib/simplesamlphp/modules/saml/lib/Auth/Source/SP.php line 189 From $ar->setAssertionConsumerServiceURL(SimpleSAML_Module::getModuleURL('saml/sp/saml2-acs.php/' . $this->authId)); To

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-05-16 Thread shane
@Yaju Can you share what changes you made to get it working? -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1689685] Re: SAML SSO authentication doesn't work as SimpleSAMLphp generates non-existent AssertionConsumerServiceURL

2017-05-09 Thread Kristina Hoeppner
Hi Yaju, Thanks for that info. Our 16.10 sites do work with the new SAML setup. We'll need to investigate this further. Cheers Kristina -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for