ApplicationKey

Table of contents

Description

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

Responsible Person

Status

Status

Ready for Use

Possible Values: Ready for Use, In Development, Plannend, Broken

DevelopmentStatus

Source Code

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

Tracking

0%

Planned Todos

0%

Bugs

0%

Feature Request

Used Libraries

No external libraries are used.

Possible Usage Values: Compiled, Source, Extended Source, Modified Source

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"