Table of contents

Description

The Application Key Securtity secures access by a shared secret (app key)

Responsible Person

Status

Status

Ready for Use

DevelopmentStatus

Source Code

Project: https://github.com/soziotech/CommunityMashup/tree/master/security/ApplicationKeySecurityService

Tracking

 
 
 

Used Libraries

No external libraries are used.

LibraryUsage

Configuration

Key

Description

Possible Values

Default

Required (Yes/No)

applicationKeys
Key for an appliaction that has full access to an interfacetextnoneYes

Example:

<interfaces xsi:type="application:RESTInterface" urlSuffix="xml" type="xml">
   <security xsi:type="application:ApplicationKeyConfig">
      <applicationKeys>abc</applicationKeys>
      <applicationKeys>def</applicationKeys>
   </security>
</interfaces>

Description

Access to the XML Rest interface is restrictet to the applications with the keys "abc" and "def"