Skip to content
Snippets Groups Projects
Commit 471e1e26 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Updated doc. Fixed bug with retrieving autommatically generated...

Updated doc. Fixed bug with retrieving autommatically generated assertionconsumerurl in authnrequest (shib)

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@28 44740490-163a-0410-bde0-09ae8108e29a
parent 88aa860f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<articleinfo>
<date>2007-08-30</date>
<pubdate>Mon Oct 15 16:54:59 2007</pubdate>
<pubdate>Fri Sep 14 10:49:49 2007</pubdate>
<author>
<firstname>Andreas Åkre</firstname>
......@@ -66,11 +66,11 @@
<section>
<title>Version 0.5</title>
<para>Released . Revision X.</para>
<para>Released 2007-10-15. Revision 28.</para>
<warning>
<para>Both config.php and metadata format is changed. Look at the
templates to understand the new format.</para>
<para>Both <filename>config.php</filename> and metadata format is
changed. Look at the templates to understand the new format.</para>
</warning>
<itemizedlist>
......@@ -94,7 +94,8 @@
</listitem>
<listitem>
<para>Added support for Shibboleth 1.3 IdP functionality.</para>
<para>Added support for Shibboleth 1.3 IdP functionality (beta,
contact me if any problems)</para>
</listitem>
<listitem>
......
......@@ -97,7 +97,7 @@ class SimpleSAML_XML_Shib13_AuthnRequest {
$spmetadata = $this->metadata->getMetaData($this->getIssuer(), 'shib13-sp-hosted');
$desturl = $idpmetadata['SingleSignOnUrl'];
$shire = $spmetadata['AssertionConsumerService'];
$shire = $this->metadata->getGenerated('AssertionConsumerService', 'shib13-sp-hosted');
$target = $this->getRelayState();
$url = $desturl . '?' .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment