Hi @robcool , So basically you want to have multiple different policies, correct? You can definitely do this. There aren't any official standards to be followed besides any mentioned when creating individual policies. This thread does a good job explaining the feasibility of this.
"Depending on other requirements you might have you may create many separate sign up policies or a single one to which you can pass a parameter (account type) which value will decide which step with specific self-asserted profile to execute.
If your appllication expects to retrieve access token in the registration process and your backend validates tfp name then you probably want to have a single policy. If this is not the case and the user needs to log in after registration then you may quite salefy go with many policies."
So it depends on your use cases, but it is possible. If this answer helped you please mark it as "Verified" so other users may reference it. If you have any questions please let me know.
Thank you,
James