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

oauth ask user for consentes #1

Description

@byteplow

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions