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 app permission #2

@byteplow

Description

@byteplow

current

every authenticated user, can use oauth with any app/client

goal

  • Users should only be able to use oath if they have the correct permission.
  • There should also be apps which do not need permission

task

  • check that oauth still works after refactoring
  • check user permission
  • provisioning tool for client and apps
  • ui / cli to mange user and group permissions

design

  • ory keto manages app permissions
  • client#access@(app#access) => every one with access to the app, also has the access to the client
  • app#access@user/group/* => *,users or groups can have access to an app
    • => every one
  • during authentication the users access permissions for the client are checked => client#access@user
  • also the relation client#access@* is checked. If it true every one can access the client

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions