Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

oauth ask user for consentes #1

Open
2 tasks
byteplow opened this issue Jul 30, 2022 · 0 comments
Open
2 tasks

oauth ask user for consentes #1

byteplow opened this issue Jul 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@byteplow
Copy link
Owner

byteplow commented Jul 30, 2022

current

the user automatically consents.

goal

The user should be optional ask for consent. This should be configure per application

task

  • ask user for consent
  • do not ask user for consent, if the client has automatic consent enabled

design

  • ory keto manages app permissions
  • oauth clients belong to an app, the permission is set for the app
  • client#skip-consent@(app#skip-consent) => every thing with skip-consent on server x, also has skip consent on client
  • app#skip-consent@*/user/group => everyone, users or groups can have skip-consent
  • before consent client#skip-consent@* and and is checked. If either one is true. Consent is accepted automatically
@byteplow byteplow added feature enhancement New feature or request and removed feature labels Jul 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant