> For the complete documentation index, see [llms.txt](https://docs.ascertia.com/signinghub-web/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ascertia.com/signinghub-web/registration-and-login/login-and-authentication-methods/login-through-signinghub-id.md).

# Login through SigningHub ID

## Login through your SigningHub account

1. Go to the SigningHub login screen.
2. Click the "SigningHub ID" option. Upon clicking, all other login options will be hidden.&#x20;
3. Specify your SigningHub ID that you registered at the time of subscription.
4. Click the "Next" button.
5. Specify your password, and click the "Login" button.

{% hint style="info" %}

1. As a part of GDPR compliance, the "Service Agreement" dialogue box will appear after successful user authentication. This dialogue box contains the links to the "Terms of Service" and "Privacy Policy" pages. SigningHub will ensure that you agree to them before letting you use your account.
2. The "Service Agreement" dialogue box will not appear after successful user authentication if no Service Agreement is marked active.
3. In case of repeated attempts with invalid credentials, your account can be temporarily locked for security reasons.\
   When an account is locked, the user can not log in with SigningHub ID through SigningHub Desktop Web, API, Mobile Web, Mobile App or Native Apps till the (displayed) locked duration is over.
4. If CSP Provisioning is allowed in your service plan, then you will be automatically registered in the CSP Service.
5. If Remote Authorised Signing (RAS) is allowed in your role, then you will be automatically registered in the SAM services.
6. Users cannot log in to SigningHub if their account is disabled, marked as dormant, or temporarily locked due to multiple invalid login attempts.
7. In case of a password change, as per the configuration of the "Previous Password Retention Count", in Global Setting>Default Password Policy in SigningHub Admin, the user may be restricted from switching back to any of the retained passwords.
   {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ascertia.com/signinghub-web/registration-and-login/login-and-authentication-methods/login-through-signinghub-id.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
