Auth - Login

Check User Authentication Method

Returns the login type configured for the user. This indicates whether the user authenticates directly via Azion credentials (login) or via a federated Identity Provider (federated) linked to their account. This endpoint allows clients to determine whether to proceed with Azion's native login flow or redirect the user to the Identity Provider (IdP) for authentication.

get/account/auth/login/method

Query parameters

emailstring email

Email address of the user

fieldsstring

Comma-separated list of field names to include in the response. Nested fields can be accessed using dot notation.

Response

User authentication method retrieved successfully.

methodstring required

Login method type (lowercase with underscores)

urlstring uri required

Changes