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
Copy file name to clipboardExpand all lines: src/IdentityServer4/test/IdentityServer.IntegrationTests/Conformance/Basic/ResponseTypeResponseModeTests.cs
-26Lines changed: 0 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -88,31 +88,5 @@ public async Task Request_with_response_type_code_supported()
88
88
authorization.Code.Should().NotBeNull();
89
89
authorization.State.Should().Be(state);
90
90
}
91
-
92
-
// this might not be in sync with the actual conformance tests
93
-
// since we dead-end on the error page due to changes
94
-
// to follow the RFC to address open redirect in original OAuth RFC
0 commit comments