[Mahara-contributors] [Bug 1704887] Re: Add signature.algorithm as config field in the SAML configuration

2017-10-29 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => Fix Released

-- 
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 it!
https://bugs.launchpad.net/bugs/1704887

Title:
  Add signature.algorithm as config field in the SAML configuration

Status in Mahara:
  Fix Released

Bug description:
  The default SAML implementation only supports SHA1 at the moment. Some
  IDPs do not allow that anymore. Therefore, a SAML config would need to
  get a line added manually:

  htdocs/auth/saml/config/config.php inside the config array, add
  the following line

  'signature.algorithm' =>
  'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256';

  It would be better if that was more configurable directly on the
  front-end rather than in core code.

  That field could be added to
  /admin/extensions/pluginconfig.php?plugintype=auth=saml

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1704887/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1704887] Re: Add signature.algorithm as config field in the SAML configuration

2017-09-29 Thread Kristina Hoeppner
** Tags added: nomin

** Tags removed: nomin
** Tags added: nominatedfeature

-- 
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 it!
https://bugs.launchpad.net/bugs/1704887

Title:
  Add signature.algorithm as config field in the SAML configuration

Status in Mahara:
  Fix Committed

Bug description:
  The default SAML implementation only supports SHA1 at the moment. Some
  IDPs do not allow that anymore. Therefore, a SAML config would need to
  get a line added manually:

  htdocs/auth/saml/config/config.php inside the config array, add
  the following line

  'signature.algorithm' =>
  'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256';

  It would be better if that was more configurable directly on the
  front-end rather than in core code.

  That field could be added to
  /admin/extensions/pluginconfig.php?plugintype=auth=saml

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1704887/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1704887] Re: Add signature.algorithm as config field in the SAML configuration

2017-09-21 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
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 it!
https://bugs.launchpad.net/bugs/1704887

Title:
  Add signature.algorithm as config field in the SAML configuration

Status in Mahara:
  Fix Committed

Bug description:
  The default SAML implementation only supports SHA1 at the moment. Some
  IDPs do not allow that anymore. Therefore, a SAML config would need to
  get a line added manually:

  htdocs/auth/saml/config/config.php inside the config array, add
  the following line

  'signature.algorithm' =>
  'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256';

  It would be better if that was more configurable directly on the
  front-end rather than in core code.

  That field could be added to
  /admin/extensions/pluginconfig.php?plugintype=auth=saml

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1704887/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1704887] Re: Add signature.algorithm as config field in the SAML configuration

2017-07-17 Thread Kristina Hoeppner
In review: https://reviews.mahara.org/#/c/7878/

-- 
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 it!
https://bugs.launchpad.net/bugs/1704887

Title:
  Add signature.algorithm as config field in the SAML configuration

Status in Mahara:
  In Progress

Bug description:
  The default SAML implementation only supports SHA1 at the moment. Some
  IDPs do not allow that anymore. Therefore, a SAML config would need to
  get a line added manually:

  htdocs/auth/saml/config/config.php inside the config array, add
  the following line

  'signature.algorithm' =>
  'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256';

  It would be better if that was more configurable directly on the
  front-end rather than in core code.

  That field could be added to
  /admin/extensions/pluginconfig.php?plugintype=auth=saml

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1704887/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1704887] Re: Add signature.algorithm as config field in the SAML configuration

2017-07-17 Thread Kristina Hoeppner
** Changed in: mahara
 Assignee: (unassigned) => F Devine (catalystfd)

-- 
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 it!
https://bugs.launchpad.net/bugs/1704887

Title:
  Add signature.algorithm as config field in the SAML configuration

Status in Mahara:
  In Progress

Bug description:
  The default SAML implementation only supports SHA1 at the moment. Some
  IDPs do not allow that anymore. Therefore, a SAML config would need to
  get a line added manually:

  htdocs/auth/saml/config/config.php inside the config array, add
  the following line

  'signature.algorithm' =>
  'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256';

  It would be better if that was more configurable directly on the
  front-end rather than in core code.

  That field could be added to
  /admin/extensions/pluginconfig.php?plugintype=auth=saml

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1704887/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1704887] Re: Add signature.algorithm as config field in the SAML configuration

2017-07-17 Thread Kristina Hoeppner
Francis is looking into this.

-- 
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 it!
https://bugs.launchpad.net/bugs/1704887

Title:
  Add signature.algorithm as config field in the SAML configuration

Status in Mahara:
  In Progress

Bug description:
  The default SAML implementation only supports SHA1 at the moment. Some
  IDPs do not allow that anymore. Therefore, a SAML config would need to
  get a line added manually:

  htdocs/auth/saml/config/config.php inside the config array, add
  the following line

  'signature.algorithm' =>
  'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256';

  It would be better if that was more configurable directly on the
  front-end rather than in core code.

  That field could be added to
  /admin/extensions/pluginconfig.php?plugintype=auth=saml

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1704887/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp