Allowed origins field capacity to handle 2000 IdP's
-
Currently, we have around 2000 IdP's. Will FusionAuth be able to add 2000 urls in the allowed origins field? Does that field have any size limit?
-
Hi Mike,
I ran a test where 4000 url's were added to:
System Settings->CORS->Allowed origins
I used the
/api/system-configuration
API to add the url's. Note, the page itself now takes a significant time to load as 4000 url strings are being rendered.
Cheers