If for whatever reason you want to have your web-service called upon each validation, you could implement custom IAuthorizationRequirement and IAuthorizationHandler. The handler will make a call to your web service to complete the validation.
Leave a Reply
Guest User
Not sure what course is right for you?
Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.
SAI
If for whatever reason you want to have your web-service called upon each validation, you could implement custom IAuthorizationRequirement and IAuthorizationHandler. The handler will make a call to your web service to complete the validation.