Skip to content

Commit

Permalink
Don't require JAR in new clients
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Apr 2, 2024
1 parent 09559c7 commit d4ac2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public class Config
},

AllowedGrantTypes = GrantTypes.CodeAndClientCredentials,
RequireRequestObject = true,
RequireRequestObject = false,
AllowedScopes = AllScopes,

AllowOfflineAccess = true,
Expand Down Expand Up @@ -277,7 +277,7 @@ public class Config
},

AllowedGrantTypes = GrantTypes.CodeAndClientCredentials,
RequireRequestObject = true,
RequireRequestObject = false,
AllowedScopes = AllScopes,

AllowOfflineAccess = true,
Expand Down

0 comments on commit d4ac2f5

Please sign in to comment.