Skip to content
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

restrict feature use by openid resources #11186

Open
1 of 4 tasks
imacks opened this issue Apr 23, 2020 · 0 comments
Open
1 of 4 tasks

restrict feature use by openid resources #11186

imacks opened this issue Apr 23, 2020 · 0 comments
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@imacks
Copy link

imacks commented Apr 23, 2020

  • Operating system: linux
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite

Description

openid connect can return an array of "resources" from an authentication attempt. these "authorizations" can be used to describe permissions granted to a successfully authenticated user.

gitea can make use of this feature to restrict user access to parts of the program, such as the right to create repos or orgs. there can even be a "everything" permission, which will cause access to gitea be entirely denied!

@guillep2k guillep2k added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

2 participants