aboutsummaryrefslogtreecommitdiff
path: root/id.server/doc/moa_id/examples
diff options
context:
space:
mode:
authorrudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d>2004-03-15 16:07:52 +0000
committerrudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d>2004-03-15 16:07:52 +0000
commit56ed4518d7978c064af5f240494bf587136c93b0 (patch)
treef7d9a57b7915d3b269d2550c9282138b624efa57 /id.server/doc/moa_id/examples
parent747a8963ec0ffde4c6883dd1c42ad758a88b084c (diff)
downloadmoa-id-spss-56ed4518d7978c064af5f240494bf587136c93b0.tar.gz
moa-id-spss-56ed4518d7978c064af5f240494bf587136c93b0.tar.bz2
moa-id-spss-56ed4518d7978c064af5f240494bf587136c93b0.zip
RSCH
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@99 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/doc/moa_id/examples')
-rw-r--r--id.server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml2
-rw-r--r--id.server/doc/moa_id/examples/conf/OAConfHeaderAuth.xml4
-rw-r--r--id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/id.server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml b/id.server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml
index 26898f754..ffece2e5f 100644
--- a/id.server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml
+++ b/id.server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml
@@ -47,7 +47,7 @@
<!-- Eintrag fuer jede Online-Applikation -->
<OnlineApplication publicURLPrefix="https://localhost:8443/">
<!-- fuer MOA-ID-AUTH -->
- <AuthComponent provideZMRZahl="false" provideAUTHBlock="false" provideIdentityLink="false"/>
+ <AuthComponent provideStammzahl="false" provideAUTHBlock="false" provideIdentityLink="false"/>
<!-- fuer MOA-ID-PROXY -->
<ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600">
<!-- <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600" loginParameterResolverImpl="at.gv.egovernment.moa.id.proxy.DefaultLoginParameterResolver" loginParameterResolverConfiguration="" connectionBuilderImpl="at.gv.egovernment.moa.id.proxy.DefaultConnectionBuilder"> -->
diff --git a/id.server/doc/moa_id/examples/conf/OAConfHeaderAuth.xml b/id.server/doc/moa_id/examples/conf/OAConfHeaderAuth.xml
index c1a1964bf..f6d3945ad 100644
--- a/id.server/doc/moa_id/examples/conf/OAConfHeaderAuth.xml
+++ b/id.server/doc/moa_id/examples/conf/OAConfHeaderAuth.xml
@@ -5,7 +5,7 @@
<Parameter Name="Name" Value="MOAFamilyName"/>
<Parameter Name="Vorname" Value="MOAGivenName"/>
<Parameter Name="Geburtsdatum" Value="MOADateOfBirth"/>
- <Parameter Name="VPK" Value="MOAVPK"/>
+ <Parameter Name="BPK" Value="MOABPK"/>
</HeaderAuth>
</Configuration>
@@ -13,5 +13,5 @@
Name:Mustermann
Vorname:Hermann
Geburtsdatum:1985-12-01
-VPK:kp6hOq6LRAkLtrqm6EvDm6bMwJw=
+BPK:kp6hOq6LRAkLtrqm6EvDm6bMwJw=
--> \ No newline at end of file
diff --git a/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml b/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml
index 18e0a109c..b730a25ba 100644
--- a/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml
+++ b/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml
@@ -5,10 +5,10 @@
<Parameter Name="Name" Value="MOAFamilyName"/>
<Parameter Name="Vorname" Value="MOAGivenName"/>
<Parameter Name="Geburtsdatum" Value="MOADateOfBirth"/>
- <Parameter Name="VPK" Value="MOAVPK"/>
+ <Parameter Name="BPK" Value="MOABPK"/>
</ParamAuth>
</Configuration>
<!-- Example for resulting request parameters:
-Name=Mustermann&Vorname=Hermann&Geburtsdatum=1985-12-01&VPK=kp6hOq6LRAkLtrqm6EvDm6bMwJw=
+Name=Mustermann&Vorname=Hermann&Geburtsdatum=1985-12-01&BPK=kp6hOq6LRAkLtrqm6EvDm6bMwJw=
--> \ No newline at end of file