AllowedSkillsClaimsValidator Class

Definition

A claims validator that loads an allowed list from a provided list of allowed AppIds and checks that responses are coming from configured skills.

public class AllowedSkillsClaimsValidator : Microsoft.Bot.Connector.Authentication.ClaimsValidator
type AllowedSkillsClaimsValidator = class
    inherit ClaimsValidator
Public Class AllowedSkillsClaimsValidator
Inherits ClaimsValidator
Inheritance
AllowedSkillsClaimsValidator

Constructors

AllowedSkillsClaimsValidator(IList<String>)

Initializes a new instance of the AllowedSkillsClaimsValidator class.

Methods

ValidateClaimsAsync(IList<Claim>)

Validates a list of Claim and should throw an exception if the validation fails.

Applies to