# 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="https://content.gitbook.com/content/W1nWhVvoi55dxT8euy3M/blobs/L2dvLn4yGKAxQszY3aqg/image.png" 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="https://content.gitbook.com/content/W1nWhVvoi55dxT8euy3M/blobs/SjrnmfHW0dc72sTsTGM4/image.png" alt=""><figcaption></figcaption></figure>

Click the Setting Button

<figure><img src="https://content.gitbook.com/content/W1nWhVvoi55dxT8euy3M/blobs/mG6Qf0nbJyoMYww6VtNO/image.png" 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.)
