diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-06-12 13:47:10 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-06-12 13:47:10 +0200 |
commit | b232b84093993571da6efa97c25e1724370d6a6d (patch) | |
tree | 6a9aa50957d867413659b2f079f7fa84f3add1d9 /id/server/doc/proxy/handbook/examples/conf/OAConfParamAuth.xml | |
parent | d7b6e57eeb37ef02ceadfe51ca730bccbed939c6 (diff) | |
download | moa-id-spss-b232b84093993571da6efa97c25e1724370d6a6d.tar.gz moa-id-spss-b232b84093993571da6efa97c25e1724370d6a6d.tar.bz2 moa-id-spss-b232b84093993571da6efa97c25e1724370d6a6d.zip |
update handbook
Diffstat (limited to 'id/server/doc/proxy/handbook/examples/conf/OAConfParamAuth.xml')
-rw-r--r-- | id/server/doc/proxy/handbook/examples/conf/OAConfParamAuth.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/id/server/doc/proxy/handbook/examples/conf/OAConfParamAuth.xml b/id/server/doc/proxy/handbook/examples/conf/OAConfParamAuth.xml deleted file mode 100644 index 979faca95..000000000 --- a/id/server/doc/proxy/handbook/examples/conf/OAConfParamAuth.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?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>stateless</LoginType> - <ParamAuth> - <!-- URL Parameter GivenName und FamilyName --> - <Parameter Name="GivenName" Value="MOAGivenName"></Parameter> - <Parameter Name="FamilyName" Value="MOAFamilyName"></Parameter> - </ParamAuth> -</Configuration> |