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

Adding order of how attribute tweaking is performed in advanced tech doc...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@970 44740490-163a-0410-bde0-09ae8108e29a
parent 8bf5f430
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<articleinfo> <articleinfo>
<date>...</date> <date>...</date>
<pubdate>Thu Aug 28 16:24:40 2008</pubdate> <pubdate>Tue Nov 4 06:50:31 2008</pubdate>
<author> <author>
<firstname>Andreas Åkre</firstname> <firstname>Andreas Åkre</firstname>
...@@ -243,6 +243,35 @@ $remoteidp = $session-&gt;getIdp(); ...@@ -243,6 +243,35 @@ $remoteidp = $session-&gt;getIdp();
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</section> </section>
<section>
<title>In which order are the attribute tweaking functions
executed?</title>
<para>The order is:</para>
<orderedlist>
<listitem>
<para>IdP specific attributemap</para>
</listitem>
<listitem>
<para>SP specific attributemap</para>
</listitem>
<listitem>
<para>IdP specific attributealter</para>
</listitem>
<listitem>
<para>SP specific attributealter</para>
</listitem>
<listitem>
<para>SP specific attribute filter</para>
</listitem>
</orderedlist>
</section>
</section> </section>
<section> <section>
......
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