Hello,
We have a crowdfunding marketplace. We want to allow users to embed a crowdfunding campaign in an IFrame on any website and allow users to login through the Okta widget. This IFrame use case with Okta seems to be an issue because of the redirect_uri parameter. The redirect_uri parameter must be set in the Okta admin settings beforehand, but we want allow users to embed our widget with Okta on any website.
Do you have any suggestions on dealing with this? We have thought about adding redirect_uris dynamically through Okta API but from Okta docs, it looks like the max char limit of combined total redirect_uris is 56,000 characters. So this approach wouldn’t work for us.