diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-05 19:10:28 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-05 19:10:28 +0100 |
commit | b0b70fbb35a06c947371121c7e753090ebe06827 (patch) | |
tree | a2a6d57c6bf685067effcdc0a4f138bb3e5bce34 /id/server/doc/moa_id/examples/conf/OAConfBasicAuth.xml | |
parent | e1a7da578e195a59f4981bc56a9b8c615f1e69d2 (diff) | |
download | moa-id-spss-b0b70fbb35a06c947371121c7e753090ebe06827.tar.gz moa-id-spss-b0b70fbb35a06c947371121c7e753090ebe06827.tar.bz2 moa-id-spss-b0b70fbb35a06c947371121c7e753090ebe06827.zip |
finalize moa-id handbook for 2.0 RC1
Diffstat (limited to 'id/server/doc/moa_id/examples/conf/OAConfBasicAuth.xml')
-rw-r--r-- | id/server/doc/moa_id/examples/conf/OAConfBasicAuth.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/id/server/doc/moa_id/examples/conf/OAConfBasicAuth.xml b/id/server/doc/moa_id/examples/conf/OAConfBasicAuth.xml deleted file mode 100644 index fc99cea79..000000000 --- a/id/server/doc/moa_id/examples/conf/OAConfBasicAuth.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Demokonfiguration fuer eine Online Applikation (OA) welche 401 Basic Authentication zur Uebergabe der Parameter 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> - <BasicAuth> - <UserID>MOAFamilyName</UserID> - <Password>MOAGivenName</Password> - </BasicAuth> -</Configuration> |