Skip to content

Commit d4ac2f5

Browse files
committed
Don't require JAR in new clients
1 parent 09559c7 commit d4ac2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Config.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public class Config
203203
},
204204

205205
AllowedGrantTypes = GrantTypes.CodeAndClientCredentials,
206-
RequireRequestObject = true,
206+
RequireRequestObject = false,
207207
AllowedScopes = AllScopes,
208208

209209
AllowOfflineAccess = true,
@@ -277,7 +277,7 @@ public class Config
277277
},
278278

279279
AllowedGrantTypes = GrantTypes.CodeAndClientCredentials,
280-
RequireRequestObject = true,
280+
RequireRequestObject = false,
281281
AllowedScopes = AllScopes,
282282

283283
AllowOfflineAccess = true,

0 commit comments

Comments
 (0)