faint-waitress-95602
05/06/2024, 11:42 AMmagnificent-energy-493
is_approved
. You can set this field to false
by default when a service account registers. Source
3. Activation: Once an administrator approves the account (by setting is_approved
to true
), you can use Ory's account activation feature to activate the account. This feature is part of Ory's email verification flow, but you can use it for account activation as well. Source
4. Access Control: You can use Ory's access control features to restrict access based on the is_approved
field. For example, you can deny access to service accounts where is_approved
is false
. Source
Or you implement a more complex AuthZ with Ory Permissions/Ory Ketofaint-waitress-95602
05/06/2024, 12:20 PMfaint-waitress-95602
05/06/2024, 12:37 PMfaint-waitress-95602
05/06/2024, 12:40 PMmagnificent-energy-493
faint-waitress-95602
05/06/2024, 11:09 PM