RPBasicAuthentictionValve
Authenticates the the calling relying party client. Uses the internal configuration database to validate client id and password.
Properties
Example Configuration
{      
  "name": "RPBasicAuthentictionValve",
  "enabled": "true",
  "config": {
  }
}Requirements
Valve expects parmateters api_password & api_username. Validation is made agains password & id stored in the internal configuration database.
