Merge branch '1.0.x' into 1.1.x

Closes gh-1476
This commit is contained in:
Joe Grandja
2023-12-18 12:10:16 -05:00
19 changed files with 168 additions and 127 deletions

View File

@@ -110,7 +110,7 @@ public class AuthorizationCodeGrantFlow {
// @formatter:off
MvcResult mvcResult = this.mockMvc.perform(get("/oauth2/authorize")
.params(parameters)
.queryParams(parameters)
.with(user(this.username).roles("USER")))
.andExpect(status().isOk())
.andExpect(header().string("content-type", containsString(MediaType.TEXT_HTML_VALUE)))