Manage authentication providers
Manage authentication providers
Create a provider
Create an One-Time Password provider
POST https://api.didomi.io/auth-providers
{
"type": "otp",
"organization_id": "YOUR_ORGANIZATION_ID",
// To set as default provider of the organization
"is_default": true
}Create a Magic Link provider
Set a default provider
Manage authentication within a widget
Property
Type
Description
Last updated