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

Handle Scope #59

Closed
coltoneshaw opened this issue May 13, 2022 · 1 comment · Fixed by #60
Closed

Handle Scope #59

coltoneshaw opened this issue May 13, 2022 · 1 comment · Fixed by #60
Labels
bug Something isn't working

Comments

@coltoneshaw
Copy link

What's the best way to attach scope to an OAuth client? I don't see it included in the types, but looking at the util.ts code it's included.

@coltoneshaw
Copy link
Author

I see it doesn't allow scope for the grant type authorization_code. Is that intentional? My Oauth provider uses the below:

https://api.planningcenteronline.com/oauth/authorize?client_id=CLIENT_ID&redirect_uri=https://example.com/auth/complete&response_type=code&scope=people

@evert evert added the bug Something isn't working label Jun 19, 2022
@evert evert closed this as completed in #60 Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants