Increase "Allowed Logout URLs" Entity Limit

Problem statement

An application is failing due to exceeding the permitted number of Allowed Logout URLs
This is the error message that is seen:

Too many URIs defined (112), maximum 100 on property allowed_logout_urls. An increase in this limit is required.

Solution

An application can support a maximum number of 100 Allowed Logout URLs, which is for performance reasons. It is not possible to provide an increase to this limit. It is recommended to review the application architecture.

Related References