DefaultDeviceFlowInteractionService - Remember Consent not implemented #498
Unanswered
cjaliaga
asked this question in
IdentityServer
Replies: 1 comment 1 reply
-
|
This TODO has been there for a long time, but was never implemented because we didn't see anyone asking for it until now 🙂 If you are to implement your own service, things to consider are:
|
Beta Was this translation helpful? Give feedback.
1 reply
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! I noticed there’s a TODO in
DefaultDeviceFlowInteractionServicearound recording consent for device flow whenRememberConsentis enabled:https://github.com/DuendeSoftware/products/blob/e556d5b314fbbf6b3231d8444393bc73f4d938ff/identity-server/src/IdentityServer/Services/Default/DefaultDeviceFlowInteractionService.cs#L92-L97
I’m aware we can override the interaction service and implement our own persistence, but before doing that I wanted to ask: was this left unimplemented due to any non-obvious considerations (security/privacy, consent semantics in device flow, edge cases, etc.)?
Basically: is there anything we should be careful about if we implement “remember consent” for device flow in a straightforward way?
Beta Was this translation helpful? Give feedback.
All reactions