# Logging in to the Request App

The Request app is a multi-tenant service that can talk to multiple Govern apps, but you can only log in to one at a time.

Visit the Request app at this URL: <https://app.immutacloud.com/marketplace>

The login screen will ask you which Govern app `account identifier` to point the Request app to when you log in. This can be found in your Govern app URL: `https://[account identifier].hosted.immutacloud.com`

## Sharing the login URL

When sharing the login URL for others to log in, include the `account identifier` in the URL. This way the user using the login URL does not have to retrieve or know the account identifier themselves. This can be done by appending `?accountId={account identifier}` to the end of the URL:\
\
`https://app.immutacloud.com/marketplace?accountId=iazrvxd3uyshu587bo4v6e9ejj`

## SSO with the Request app

If you've [configured a single identity manager (IAM) with Immuta](/SaaS/configuration/people/section-contents/reference-guides/index.md#external-identity-managers) that supports SAML or OIDC SSO, then users can *only* log in to the Request app with that IAM. They will not be able to log in to the Request app with *internal* Immuta accounts.

This is beneficial because when users are [automatically redirected to the **Request access** page](/SaaS/request/configure/reference-guides/start-from-your-data-catalog.md#access-request-links) for a specific asset or data product:

* If not authenticated through SSO, they will not need to specify what SSO provider to use. They will be directed to the SSO provider immediately
* If authenticated through SSO, they will be immediately directed to the data product request access screen

### Additional details about SSO

* If more than one IAM provider is configured with Immuta then the user will need to specify which provider to use when visiting Request app URLs.
* This behavior only applies to Request app URLs. You can still login to the Govern app using [internal Immuta credentials](/SaaS/configuration/people/section-contents/reference-guides/index.md#immutas-built-in-identity-manager), if needed.


---

# 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://documentation.immuta.com/SaaS/request/access-data-products/how-to-guides/logging-into-marketplace.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.
