---
title: "Identity Provider Changes"
slug: "identity-provider-changes"
updated: 2024-02-22T13:23:15Z
published: 2024-02-22T13:23:15Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.infinite.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Identity Provider Changes

Abstract

In order to ensure an improved user experience for SSO integration, Infinite requires that the client's IdP implement the following features:

**Table 57. Required and optional SSO features**

| Feature | Required or Optional? | Comments |
| --- | --- | --- |
| Client IdP should return proper HTTP status code | Required | - When the requested URL is not found, the HTTP status code 404 should be returned. - When the requested URL is found, the HTTP status code 200 should be returned |
| Client IdP should enable CORS for Infinite BrassRing Platform server | Optional | This allows the Infinite BrassRing Platform to check if the IdP site is available for the user to access when the browser is HTML5 enabled. The customer's IdP server should return an Access-Control-Allow-Origin Header containing the Infinite BrassRing Platform login page's host name. Infinite will provide more information to client when this is implemented in client's IdP server. |
