> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/anypoint-sso-configuration.md).

# Anypoint SSO Configuration

IZ Suite can be configured to integrate with Anypoint SSO to enable secure, centralized authentication across the platform. By connecting IZ Suite with the organization’s Anypoint identity provider configuration, users can authenticate using their existing enterprise credentials.

### Creating Connected App in Anypoint Platform

Follow the below steps to create a Connected App in Anypoint Platform -

1. Navigate to **Access Management** -> **Connected Apps** -> **Create App**
2. Enter the basic details -
   1. **Name** - Name of the Connect App
   2. **Type** - App acts on behalf of a user
   3. **Grant types** - Authorization Code
   4. **Website URL** - URL of IZ Suite instance
   5. **Redirect URIs** - https\://\<iz\_suite\_url>/anypoint\_auth
   6. **Who can use this application?** - Members of this organization only
   7. **Scopes** - Click on add scopes, search for Profile and select **OpenId Profile** and click Add Scopes
3. Click on Save
4. Copy the Client ID and Secret which be used to configure the SSO in IZ Suite

### Configuring the App in IZ Suite

1. Navigate to main menu **Global Settings** -> **Settings** and search for **Anypoint Auth**
2. Click on edit action item
3. Enter the following details -
   1. **Is Enabled** - Set the value to true
   2. **Client Id** - The client id from the Anypoint's Connected App's page
   3. **Client Secret** - The secret copied while generating the Client secret
4. Click on save

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

### See Also

* [Configure Code Scan Schedules](/product-guides/integral-zone/iz-suite/iz-eye/azure-ais/schedule-configuration.md)
* [Logic Apps](/product-guides/integral-zone/iz-suite/iz-eye/azure-ais/applications/logic-applications.md)
* [API Management](/product-guides/integral-zone/iz-suite/iz-eye/azure-ais/applications/apim-applications.md)
* [Function Apps](/product-guides/integral-zone/iz-suite/iz-eye/azure-ais/applications/function-applications.md)


---

# 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://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/anypoint-sso-configuration.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.
