AllowedSkillsClaimsValidator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |