Infisign Magic Authentication

Streamline user access with secure, one-click authentication links.

UniFed Login user using Magic Auth

Enable seamless user authentication through secure, one-click magic links for quick and easy access.

SecuritybasicAuth or bearerAuth
Request
path Parameters
tenant_id
required
string

(Required)

Example: <string>
header Parameters
Content-Type
string
Example: application/json
Accept
string
Example: application/json
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

405

Method Not Allowed

post/unifed-auth-service/unifed/{tenant_id}/magic/auth/login/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>"
}

UniFed Onboard User using Magic Auth

Seamlessly onboard users using secure, one-click Magic Authentication for quick and efficient access setup.

SecuritybasicAuth or bearerAuth
Request
path Parameters
tenant_id
required
string

(Required)

Example: <string>
header Parameters
Content-Type
string
Example: application/json
Accept
string
Example: application/json
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

405

Method Not Allowed

post/unifed-auth-service/unifed/{tenant_id}/magic/auth/onboard/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>"
}