Configurable TTL for request_uri #1341
alvinangjh
started this conversation in
Ideas
Replies: 1 comment
-
|
I am not convinced shorter or longer ttl is desirable or advisable. That being said you can always do your own ttl in the adapter interface. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I noticed that the request_uri TTL is currently hardcoded to 60 seconds (link), whereas other related TTL values (e.g. for tokens) are configurable via the provider configuration.
Would it be possible or is there a plan to expose a configurable option for the request_uri TTL as well? This would help support use cases where clients require a slightly longer (or shorter) validity period for the pushed authorization request.
Beta Was this translation helpful? Give feedback.
All reactions