Changin ClientId Dynamically in React. A Bad Practice?

So what I want to know is there are two SPA Applications in auth0. One in which individual users only are turned on and in the other there is only Business only(Organisation level only) is turned on. So both application only has clientId as different. So when using it with any of the auth0 SDKs available like @auth0/auth0-spa-js in react. Is there any way in which I can register as an individual-level access application (using its clientId as default using a context) after logging in by using silent authentication and changing the clientId to the one that has Organisation access only? So does this have any security issues? Will the SDK hold this behavior or is it not recommended to do so?