RPBasicAuthentictionValve
Authenticates the the calling relying party client. Uses the internal RP configuration to validate client id and password.
Properties
Example Configuration
{      
  "name": "RPBasicAuthentictionValve",
  "enabled": "true",
  "config": {
	"api_username": "client_id",
	"api_password": "client_secret",
  }
}
  Requirements
Validation is made against password & id stored on the RP object in the internal configuration database.
	
  Older versions