diff options
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 |