-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add possibility to ignore missing "exp" claim in introspection #161
base: main
Are you sure you want to change the base?
Conversation
…response for caching
Thanks! We will look into it. |
ping @leastprivilege :-) |
@brockallen Could you review? Not sure we need an additional option - if no |
Which default cache duration? Of the cache implementation itself? |
Ok, missed that... so yea, agreed on:
|
Hey @brockallen, @leastprivilege I changed the logic according to your comments. I removed the additional options field and "just" removed the expClaim null check. Now if there is no exp claim, the passed duration TimeSpan is used. |
Hey there!
I'm currently having an issue with an identity provider that does not return the "exp" claim in the introspection response. Since the "exp" claim is not required by the RFC, this may happen to other identity providers.
This option should allow a configuration to ignore the fact that the exp claim is missing.
Then, the default duration is used.