Is your feature request related to a problem?
I am trying to figure out a way to configure access token life time per client basis. That is client x and y can have totally separate life times on their access tokens.
Describe the solution you'd like
Today i cant see this being supported other than overriding the default handler pipeline with a custom step that modifies the expiration claim.
Could this solution lead to any issues? Any thoughts on if some kind of interface or other be provided that injects between where that option is used today?(PrepareAccessTokenPrincipal?)
The main issue with above custom solution that i can see is just from a pure maintenance point of view for if/when the pipeline changes.
Is your feature request related to a problem?
I am trying to figure out a way to configure access token life time per client basis. That is client x and y can have totally separate life times on their access tokens.
Describe the solution you'd like
Today i cant see this being supported other than overriding the default handler pipeline with a custom step that modifies the expiration claim.
Could this solution lead to any issues? Any thoughts on if some kind of interface or other be provided that injects between where that option is used today?(PrepareAccessTokenPrincipal?)
The main issue with above custom solution that i can see is just from a pure maintenance point of view for if/when the pipeline changes.