@mrvipinkashyap Having a different password per app is part of the problem. Each user can be assigned a different role per app but the user is a single entity. If you didn’t have the password requirement, an admin could assign a role for that user to the new app. This still isn’t ideal, as this would require admin interaction instead of self registration. This sounds like a good feature request for registration that I will bring up with the team (that is self-registration per app for already registered users).
It may be possible to use a preprocess script on the registration to override the app and role assignment possibly, though this is obviously not common. In other words, there is not a standard approach to this scenario.
1 Like