You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: