@@ -236,6 +236,70 @@ spec:
236
236
Indication which authentication method shoud be used for the
237
237
token endpoint
238
238
type : string
239
+ tokenLifespans :
240
+ description : Configuration about token lifespans.
241
+ properties :
242
+ authorization_code_grant_access_token_lifespan :
243
+ description :
244
+ The lifespan of the access token issued during
245
+ authorization_code grant type.
246
+ pattern : [0-9]+(ns|us|ms|s|m|h)
247
+ type : string
248
+ authorization_code_grant_id_token_lifespan :
249
+ description :
250
+ The lifespan of the id token issued during
251
+ authorization_code grant type.
252
+ pattern : [0-9]+(ns|us|ms|s|m|h)
253
+ type : string
254
+ authorization_code_grant_refresh_token_lifespan :
255
+ description :
256
+ The lifespan of the refresh token issued during
257
+ authorization_code grant type.
258
+ pattern : [0-9]+(ns|us|ms|s|m|h)
259
+ type : string
260
+ client_credentials_grant_access_token_lifespan :
261
+ description :
262
+ The lifespan of the access token issued during
263
+ client_credentials grant type.
264
+ pattern : [0-9]+(ns|us|ms|s|m|h)
265
+ type : string
266
+ implicit_grant_access_token_lifespan :
267
+ description :
268
+ The lifespan of the access token issued during implicit
269
+ grant type.
270
+ pattern : [0-9]+(ns|us|ms|s|m|h)
271
+ type : string
272
+ implicit_grant_id_token_lifespan :
273
+ description :
274
+ The lifespan of the id token issued during implicit
275
+ grant type.
276
+ pattern : [0-9]+(ns|us|ms|s|m|h)
277
+ type : string
278
+ jwt_bearer_grant_access_token_lifespan :
279
+ description :
280
+ The lifespan of the access token issued during
281
+ jwt_bearer grant type.
282
+ pattern : [0-9]+(ns|us|ms|s|m|h)
283
+ type : string
284
+ refresh_token_grant_access_token_lifespan :
285
+ description :
286
+ The lifespan of the access token issued during
287
+ refresh_token grant type.
288
+ pattern : [0-9]+(ns|us|ms|s|m|h)
289
+ type : string
290
+ refresh_token_grant_id_token_lifespan :
291
+ description :
292
+ The lifespan of the id token issued during refresh_token
293
+ grant type.
294
+ pattern : [0-9]+(ns|us|ms|s|m|h)
295
+ type : string
296
+ refresh_token_grant_refresh_token_lifespan :
297
+ description :
298
+ The lifespan of the refresh token issued during
299
+ refresh_token grant type.
300
+ pattern : [0-9]+(ns|us|ms|s|m|h)
301
+ type : string
302
+ type : object
239
303
required :
240
304
- grantTypes
241
305
- scope
0 commit comments