diff options
author | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-06-24 19:57:25 +0000 |
---|---|---|
committer | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-06-24 19:57:25 +0000 |
commit | 54c8ea2d84ef97574b11a8c8fae4d886cf52c23a (patch) | |
tree | f364282e5b174a14e975af1a407a53af5a773938 /id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml | |
parent | 2c72f5741e7b2a5338b41a40ee42d05ffe63f3e3 (diff) | |
download | moa-id-spss-54c8ea2d84ef97574b11a8c8fae4d886cf52c23a.tar.gz moa-id-spss-54c8ea2d84ef97574b11a8c8fae4d886cf52c23a.tar.bz2 moa-id-spss-54c8ea2d84ef97574b11a8c8fae4d886cf52c23a.zip |
documentation updated (RSCH)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@135 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml')
-rw-r--r-- | id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml b/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml index b730a25ba..979faca95 100644 --- a/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml +++ b/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml @@ -1,14 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Demokonfiguration fuer eine Online Applikation (OA) welche Parameter Authentication verwendet --> <Configuration xmlns="http://www.buergerkarte.at/namespaces/moaconfig#" xmlns:sl10="http://www.buergerkarte.at/namespaces/securitylayer/20020225#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <LoginType>stateful</LoginType> + <LoginType>stateless</LoginType> <ParamAuth> - <Parameter Name="Name" Value="MOAFamilyName"/> - <Parameter Name="Vorname" Value="MOAGivenName"/> - <Parameter Name="Geburtsdatum" Value="MOADateOfBirth"/> - <Parameter Name="BPK" Value="MOABPK"/> + <!-- URL Parameter GivenName und FamilyName --> + <Parameter Name="GivenName" Value="MOAGivenName"></Parameter> + <Parameter Name="FamilyName" Value="MOAFamilyName"></Parameter> </ParamAuth> </Configuration> - -<!-- Example for resulting request parameters: -Name=Mustermann&Vorname=Hermann&Geburtsdatum=1985-12-01&BPK=kp6hOq6LRAkLtrqm6EvDm6bMwJw= --->
\ No newline at end of file |