With the introduction of SSO, certain columns in the users table are now redundant. The application's database should closely mirror the user data schema provided by the IDP, maintaining only minimal additional fields required for app-specific logic.
Example:
Remove password
Remove registration_method
With the introduction of SSO, certain columns in the users table are now redundant. The application's database should closely mirror the user data schema provided by the IDP, maintaining only minimal additional fields required for app-specific logic.
Example:
Remove
passwordRemove
registration_method