@ -35,6 +35,7 @@ public abstract class BaseRequestValidator<T> where T : class
@@ -35,6 +35,7 @@ public abstract class BaseRequestValidator<T> where T : class
@ -59,7 +60,9 @@ public abstract class BaseRequestValidator<T> where T : class
@@ -59,7 +60,9 @@ public abstract class BaseRequestValidator<T> where T : class
@ -76,6 +79,7 @@ public abstract class BaseRequestValidator<T> where T : class
@@ -76,6 +79,7 @@ public abstract class BaseRequestValidator<T> where T : class
@ -190,6 +194,14 @@ public abstract class BaseRequestValidator<T> where T : class
@@ -190,6 +194,14 @@ public abstract class BaseRequestValidator<T> where T : class
return;
}
// TODO: PM-24324 - This should be its own validator at some point.
@ -404,8 +416,8 @@ public abstract class BaseRequestValidator<T> where T : class
@@ -404,8 +416,8 @@ public abstract class BaseRequestValidator<T> where T : class
/// <summary>
/// Builds the custom response that will be sent to the client upon successful authentication, which
/// includes the information needed for the client to initialize the user's account in state.
@ -45,7 +45,8 @@ public class CustomTokenRequestValidator : BaseRequestValidator<CustomTokenReque
@@ -45,7 +45,8 @@ public class CustomTokenRequestValidator : BaseRequestValidator<CustomTokenReque
@ -61,7 +62,8 @@ public class CustomTokenRequestValidator : BaseRequestValidator<CustomTokenReque
@@ -61,7 +62,8 @@ public class CustomTokenRequestValidator : BaseRequestValidator<CustomTokenReque
@ -56,7 +56,8 @@ public class ResourceOwnerPasswordValidator : BaseRequestValidator<ResourceOwner
@@ -56,7 +56,8 @@ public class ResourceOwnerPasswordValidator : BaseRequestValidator<ResourceOwner
featureService,
ssoConfigRepository,
userDecryptionOptionsBuilder,
policyRequirementQuery)
policyRequirementQuery,
authRequestRepository)
{
_userManager=userManager;
_currentContext=currentContext;
@ -108,8 +109,11 @@ public class ResourceOwnerPasswordValidator : BaseRequestValidator<ResourceOwner
@@ -108,8 +109,11 @@ public class ResourceOwnerPasswordValidator : BaseRequestValidator<ResourceOwner
@ -48,7 +48,8 @@ public class WebAuthnGrantValidator : BaseRequestValidator<ExtensionGrantValidat
@@ -48,7 +48,8 @@ public class WebAuthnGrantValidator : BaseRequestValidator<ExtensionGrantValidat
@ -64,7 +65,8 @@ public class WebAuthnGrantValidator : BaseRequestValidator<ExtensionGrantValidat
@@ -64,7 +65,8 @@ public class WebAuthnGrantValidator : BaseRequestValidator<ExtensionGrantValidat