-
Notifications
You must be signed in to change notification settings - Fork 365
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
[Bitbucket] Rework required #677
Comments
I recently ran into the RFC 6749 says Option 1: Hard-code Option 2: Title-case Option 3: Rewrite any case of Option 4: Option 3, but also for Basic, Digest, HOBA, etc... falling back to current behavior if an unknown scheme is used. A dictionary could help, e.g. Also, which file should be patched? Even though I use GenericOAuthenticator, the error was raised in oauth2.py so that's the file I edited. We'd probably have to factor out this auth-scheme normalizing code so it could be shared by multiple authenticators... |
The things in |
#676 reported an issue, but it untangled to multiple issues that needed to be resolved so I've now opened this issue to summarize the findings. I think a proper rework of BitBucketOAuthenticator is required.
allowed_teams
should be deprecated and renamedallowed_workspaces
allowed_teams
works with workspace'sname
fields (display name) that isn't unique, not theiruuid
orslug
(workspace id) fieldsThe functionality of checking workspace membership is currently broken though
Bearer
and it mustn't bebearer
as it is if we reference a previous response'stoken_type
value -> [All] Correcting Bearer Authorization header #698I know we make requests to endpoints that at least requires the
account
scope, but perhaps not email.The text was updated successfully, but these errors were encountered: