You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To better support OID4* flows which require additional configuration information to be sent about a particular exchange, implement a LRU cache for exchange records. Pre-warm the cache with any newly created exchanges.
This cache should be used when getting well-known oauth config metadata -- and optionally (and optimistically) in other places, but care must be taken not to waste cycles on multistep exchanges with changing state that will require fresh records anyway, etc.
The text was updated successfully, but these errors were encountered:
To better support OID4* flows which require additional configuration information to be sent about a particular exchange, implement a LRU cache for exchange records. Pre-warm the cache with any newly created exchanges.
This cache should be used when getting well-known oauth config metadata -- and optionally (and optimistically) in other places, but care must be taken not to waste cycles on multistep exchanges with changing state that will require fresh records anyway, etc.
The text was updated successfully, but these errors were encountered: