27th July, 2020
Fixes
- Certain complex page conditions could result in the user seeing a ‘Object reference not set to an instance of an object’ exception. With this fix, the error no longer occurs and the condition executes as expected. (FLOW-1998)
- A new
authRedirectToRegionalInstance
setting has been added to the/api/admin/1/tenant
API endpoint to allow users to specify that any redirection that occurs during redirect-based authentication is routed to the appropriate regional Boomi Flow instance. (FLOW-1612)- This setting is disabled by default, so that a flow will return a login URL containing a
redirect_uri
of[platform_base]/api/run/1/[auth_type]
, where[platform_base]
is the platform base (such as https://flow.manywho.com) and[auth_type]
is either oauth, oauth2 or saml. - Enabling this setting will result in a flow returning a login URL containing a
redirect_uri
ofhttps://[host_header]/api/run/1/[auth_type]
, where[host_header]
is the domain as defined in the host header of the request (such as flow-gb.manywho.com) and[auth_type]
is either oauth, oauth2 or saml. ThetenantSettings
setting is also required if this is enabled. For example:
- This setting is disabled by default, so that a flow will return a login URL containing a