You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Owin.Scim does not provide any validation business logic based upon resource or extension schema definitions. When you add a resource and/or extension, you must specify a concrete type of validator that implements IValidator<T>.
Can we create an abstract validator that takes a IScimTypeDefinition and adds rules according to the schema rules and canonical values?
Currently, Owin.Scim does not provide any validation business logic based upon resource or extension schema definitions. When you add a resource and/or extension, you must specify a concrete type of validator that implements
IValidator<T>
.Can we create an abstract validator that takes a
IScimTypeDefinition
and adds rules according to the schema rules and canonical values?IRuleBuilder
when defining your schema?The text was updated successfully, but these errors were encountered: