Older version3.0 ValvesOpenID ConnectRPBasicAuthentictionValve

RPBasicAuthentictionValve

Authenticates the the calling relying party client. Uses the internal configuration database to validate client id and password.

Properties

Name Description Default value Mandatory Supports property expansion

Example Configuration

{      
  "name": "RPBasicAuthentictionValve",
  "enabled": "true",
  "config": {
  }
}

Requirements

Valve expects parameters api_password & api_username. Validation is made against password & id stored in the internal configuration database.