File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,28 @@ public class Config
276
276
RefreshTokenUsage = TokenUsage . OneTimeOnly ,
277
277
RefreshTokenExpiration = TokenExpiration . Sliding
278
278
} ,
279
+
280
+ new Client
281
+ {
282
+ ClientId = "native.dpop" ,
283
+ ClientName = "Native client (Code with PKCE + DPop)" ,
284
+
285
+ RedirectUris = { "https://notused" } ,
286
+ PostLogoutRedirectUris = { "https://notused" } ,
287
+
288
+ RequireClientSecret = false ,
289
+
290
+ AllowedGrantTypes = GrantTypes . Code ,
291
+ AllowedScopes = AllScopes ,
292
+
293
+ AllowOfflineAccess = true ,
294
+ RefreshTokenUsage = TokenUsage . ReUse ,
295
+ RefreshTokenExpiration = TokenExpiration . Sliding ,
296
+
297
+ RequireDPoP = true ,
298
+ DPoPValidationMode = DPoPTokenExpirationValidationMode . Nonce
299
+ } ,
300
+
279
301
new Client
280
302
{
281
303
ClientId = "interactive.public.short" ,
You can’t perform that action at this time.
0 commit comments