# Login Method

Customize and manage login methods for the portal, providing flexibility in securing your account.

The login screen on the StringeeX portal currently has three login methods:

<figure><img src="/files/abrYUA9YqeCK5cQU064Z" alt=""><figcaption></figcaption></figure>

The Manage Login Methods feature is specifically for users with portal configuration rights on StringeeX to optionally select login methods for the portal.

## Access the Portal Configuration Screen and Select the Login Methods Tab

<figure><img src="/files/xqkWgEy1kiHKcAoNSuq0" alt=""><figcaption></figcaption></figure>

Click the Setting Button

<figure><img src="/files/dIRhVwpoEhxhlAqFovs4" alt=""><figcaption></figcaption></figure>

After completing, the system allows enabling/disabling login methods for the portal.

## Set Up URL

* Users enter the URL for authentication and then the system generates the Secret header.
* Users can copy it.

**Note:** *Enabling any method will display that method in the portal, allowing users to log in.*

* If URL authentication is configured: When the user successfully logs in, the system will call the configured URL with the POST method and form-data containing the following information:
  * **id:** Google/Microsoft ID.
  * **email:** Google/Microsoft email.
  * **time:** current time.
  * **Key**
* Your system will then compute and return the approval result for the user logging into the portal. Based on this result, StringeeX will allow or deny user login.
* Stringee secret header: Used to verify whether the login information is sent from your portal or not. (You can click the Refresh icon to generate a new code.)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.stringeex.com/stringeex-tong-dai-cham-soc-and-quan-ly-khach-hang/en/ii.-system-features/9.-settings/9.6-other-configurations/9.6.4-portal-configuration/login-method.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
