1
0
mirror of https://github.com/bitwarden/server synced 2026-02-26 01:13:35 +00:00

chore(flags): Remove pm-1632-redirect-on-sso-required feature flag

* Remove feature flag.

* Update test title.

* Fixed some test failures.

* Fixed tests

* Removed method that's no longer used.

* Removed unneeded directive.
This commit is contained in:
Todd Martin
2026-01-20 10:03:33 -05:00
committed by GitHub
parent ad19efcff7
commit c37412bacb
7 changed files with 144 additions and 380 deletions

View File

@@ -111,15 +111,6 @@ IBaseRequestValidatorTestWrapper
context.GrantResult = new GrantValidationResult(TokenRequestErrors.InvalidGrant, customResponse: customResponse);
}
[Obsolete]
protected override void SetSsoResult(
BaseRequestValidationContextFake context,
Dictionary<string, object> customResponse)
{
context.GrantResult = new GrantValidationResult(
TokenRequestErrors.InvalidGrant, "Sso authentication required.", customResponse);
}
protected override Task SetSuccessResult(
BaseRequestValidationContextFake context,
User user,