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?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Is there any way to switch between applications in auth0? | 2 | 436 | November 28, 2023 | |
Change client Id dynamically | 3 | 4320 | February 11, 2019 | |
Looking for some clarification about the spa client vs lock | 3 | 3125 | September 17, 2019 | |
SPA & Custom API | 2 | 1172 | August 12, 2023 | |
Using a single auth0 application for both a reactjs SPA and an ASP.NET Core MVC application | 3 | 1149 | September 17, 2023 |