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

Multiple items in :scope get sent to authorization endpoint delimited by spaces instead of comma #195

Open
leehsueh opened this issue Nov 22, 2024 · 0 comments

Comments

@leehsueh
Copy link

When omniauth is initiating the OIDC flow and makes a request to the authorization endpoint of the provider, I noticed that the value of scope has a space in it if there are multiple scopes being requested. This causes the code that comes back from the provider to not have the valid grants. Is there a reason why multiple scopes are sent delimited by spaces instead of commas?

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant