Origins whitelist

Origins whitelist functionality defines a list of origins to which user is allowed to be redirected. In case at least one URL pattern is defined in the Onegini IDP admin console and it matches with the URL provided within the incoming request the user will be redirected.

Origin URL should be provided in the request by the origind query param, ex.: http://dev.onegini.me:8181/personal/dashboard?origin=http://originurl.nl User will be redirected to the stored origin when going to /personal/return-to-origin endpoint, e.g. http://dev.onegini.me:8181/personal/return-to-origin Origin URL should mach at least one whitelist entry pattern. If origin URL is not defined in param request, then user will be redirected to default origin URL, if one is defined in admin panel.