Skip to content

Commit

Permalink
commit 3cae4fc
Browse files Browse the repository at this point in the history
Merge: ac5738c 49a666b
Author: Michael Barz <mbarz@owncloud.com>
Date:   Mon May 23 19:39:30 2022 +0200

    Merge pull request #3850 from owncloud/increase-access-token-lifetime

    Increase access token duration to 1 day
  • Loading branch information
micbar committed May 23, 2022
1 parent 6ec41c1 commit b72dd91
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion extensions/_includes/adoc/idp_configvars.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@

|`IDP_ACCESS_TOKEN_EXPIRATION`
| uint64
| 600
| 86400
|

|`IDP_ID_TOKEN_EXPIRATION`
Expand Down
2 changes: 1 addition & 1 deletion extensions/_includes/idp-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ idp:
validation_keys_path: ""
cookiebackenduri: ""
cookienames: []
access_token_duration_seconds: 600
access_token_duration_seconds: 86400
id_token_duration_seconds: 3600
refresh_token_duration_seconds: 94608000
dynamic_client_secret_duration_seconds: 0
Expand Down
2 changes: 1 addition & 1 deletion extensions/_includes/idp_configvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
| IDP_SIGNING_METHOD | string | PS256 | |
| IDP_SIGNING_PRIVATE_KEY_FILES | | [] | |
| IDP_VALIDATION_KEYS_PATH | string | | |
| IDP_ACCESS_TOKEN_EXPIRATION | uint64 | 600 | |
| IDP_ACCESS_TOKEN_EXPIRATION | uint64 | 86400 | |
| IDP_ID_TOKEN_EXPIRATION | uint64 | 3600 | |
| IDP_REFRESH_TOKEN_EXPIRATION | uint64 | 94608000 | |
| | uint64 | 0 | |
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/search/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.search.v0"
url: /grpc_apis/ocis_messages_search_v0
date: 2022-05-23T17:41:53Z
date: 2022-05-23T17:44:48Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.settings.v0"
url: /grpc_apis/ocis_messages_settings_v0
date: 2022-05-23T17:41:53Z
date: 2022-05-23T17:44:48Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.store.v0"
url: /grpc_apis/ocis_messages_store_v0
date: 2022-05-23T17:41:53Z
date: 2022-05-23T17:44:48Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.thumbnails.v0"
url: /grpc_apis/ocis_messages_thumbnails_v0
date: 2022-05-23T17:41:53Z
date: 2022-05-23T17:44:48Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/search/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.search.v0"
url: /grpc_apis/ocis_services_search_v0
date: 2022-05-23T17:41:53Z
date: 2022-05-23T17:44:48Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.settings.v0"
url: /grpc_apis/ocis_services_settings_v0
date: 2022-05-23T17:41:53Z
date: 2022-05-23T17:44:48Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.store.v0"
url: /grpc_apis/ocis_services_store_v0
date: 2022-05-23T17:41:53Z
date: 2022-05-23T17:44:48Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.thumbnails.v0"
url: /grpc_apis/ocis_services_thumbnails_v0
date: 2022-05-23T17:41:53Z
date: 2022-05-23T17:44:48Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down

0 comments on commit b72dd91

Please sign in to comment.