diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-07-22 14:48:32 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-07-22 14:48:32 +0000 |
commit | c2f95f5bc940f880fc85d96100ce5bf2a42df9e5 (patch) | |
tree | 7ea2dd970cb8a801182783f75d229f02d6b74dde /id.server/html/proxy | |
parent | c119f7cbbdf918a7757f43fe4769725215dd68d0 (diff) | |
download | moa-id-spss-c2f95f5bc940f880fc85d96100ce5bf2a42df9e5.tar.gz moa-id-spss-c2f95f5bc940f880fc85d96100ce5bf2a42df9e5.tar.bz2 moa-id-spss-c2f95f5bc940f880fc85d96100ce5bf2a42df9e5.zip |
updated for WID
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@393 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/html/proxy')
-rw-r--r-- | id.server/html/proxy/errorpage-proxy.jsp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/id.server/html/proxy/errorpage-proxy.jsp b/id.server/html/proxy/errorpage-proxy.jsp index afb4b2281..07f3e7f69 100644 --- a/id.server/html/proxy/errorpage-proxy.jsp +++ b/id.server/html/proxy/errorpage-proxy.jsp @@ -35,6 +35,15 @@ <p>
<tt><a href="https://<MOA-URL>/SelectBKU?Target=<Geschäftsbereich>&OA=<OA-URL>&Template=<Template-URL>&BKUSelectionTemplate=<BKU-Template-URL>"></tt>
</p>
+<p>
+Im Falle einer Applikation aus dem privatwirtschaftlichen Bereich (type="businessService") entfällt die Angabe des <i>Target</i> Parameters:
+</p>
+<p>
+<tt><a href="https://<MOA-URL>/StartAuthentication?OA=<OA-URL>&Template=<Template-URL>"></tt>
+</p>
+<p>
+<tt><a href="https://<MOA-URL>/SelectBKU?OA=<OA-URL>&Template=<Template-URL>&BKUSelectionTemplate=<BKU-Template-URL>"></tt>
+</p>
<p>Die Angabe der Parameter <tt>"Template"</tt> und <tt>"BKUSelectionTemplate"</tt> ist optional.</p>
<% } %>
</body>
|