-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Scoped Access for Oauth Tokens #26233
Comments
cc @nextcloud/server-triage is this feasible? |
OAuth Scopes is a mechanism in OAuth 2.0 to limit an application's Full details at https://oauth.net/2/scope/ |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
Open please.
…On 7/25/21 9:06 AM, nextcloud-stale[bot] wrote:
This issue has been automatically marked as stale because it has not
had recent activity and seems to be missing some essential
information. It will be closed if no further activity occurs. Thank
you for your contributions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26233 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANUKZQ6LA6CAV6NFCJNV2TTZQY75ANCNFSM4ZQU5W5A>.
|
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
open please
…On Tue, Aug 24, 2021, 9:24 AM nextcloud-stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had
recent activity and seems to be missing some essential information. It will
be closed if no further activity occurs. Thank you for your contributions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26233 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANUKZQFTAR6FJNND66EOUDT6PBSLANCNFSM4ZQU5W5A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
open please |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
Open please
…On Sat, Oct 23, 2021, 6:26 PM nextcloud-stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had
recent activity and seems to be missing some essential information. It will
be closed if no further activity occurs. Thank you for your contributions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26233 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANUKZWXFA4K4NYBQKFFMRTUINOEBANCNFSM4ZQU5W5A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
I'd like this request re-opened as it is important to consider. It is just frustrating to have to re-open it and spam replies every few weeks to keep it open. Having to constantly reply just to leave the item open has worn me down, but I know it is extremely important. Scoped access is a standard Oauth feature used by all of the major companies for basic security: Google, Facebook, Slack, take your pick. Appreciated if anyone knows a way to keep this issue open. |
If you want this to authenticate to other services, consider https://github.com/H2CK/oidc |
But that does not resolve scoped access oauth tokens.
…On Sat, Aug 6, 2022, 6:24 AM Bart Groeneveld ***@***.***> wrote:
If you want this to authenticate to other services, consider
https://github.com/H2CK/oidc
—
Reply to this email directly, view it on GitHub
<#26233 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANUKZU35XKU6NXDS6ZY7DTVXZKOZANCNFSM4ZQU5W5A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This should be reopened once again. |
See the official documentation for reference. Filing in the hopes of Oauth tokens adding scoped access to address the security risk of only supporting full read+write access. Thanks for your consideration!
The text was updated successfully, but these errors were encountered: