This will specify an organization parameter in your user's login request and will add a step to validate
the org_id or org_name claim in your user's ID token.
If your app supports multiple organizations, you should take a look at AuthorizationParams.organization.
Log users in to a specific organization.
This will specify an
organization
parameter in your user's login request and will add a step to validate theorg_id
ororg_name
claim in your user's ID token.If your app supports multiple organizations, you should take a look at AuthorizationParams.organization.