My OIDC provider connected via an Enterprise Connection requires scopes to be delimited by spaces, however when I set the scope in the connection as openid and connection_scope in NextJS to custom_scope the auth fails with error:
Invalid scopes: openid,custom_scope
Is there a way I can control the delimiter being used by the EC requests, to change the comma to a space?
Regards Stuart