We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09559c7 commit d4ac2f5Copy full SHA for d4ac2f5
src/Config.cs
@@ -203,7 +203,7 @@ public class Config
203
},
204
205
AllowedGrantTypes = GrantTypes.CodeAndClientCredentials,
206
- RequireRequestObject = true,
+ RequireRequestObject = false,
207
AllowedScopes = AllScopes,
208
209
AllowOfflineAccess = true,
@@ -277,7 +277,7 @@ public class Config
277
278
279
280
281
282
283
0 commit comments