Introduction
Deep links provide a way of passing parameters into the application to set a state or apply some configuration or action.
Overview
Parameter | Default | Description |
---|---|---|
allowPopups | true | Determines if the app will use popup windows to initiate authentication workflows |
dialog | None | Specifies a dialog to open |
displaySettings | None | Specifies display settings to apply |
Parameter Details
allowPopups
The allowPopups
parameter indicates whether the application can use a popup window to initiate authentication workflows or whether the entire page should redirect to the external token authorization page. Using popup windows is typically a cleaner approach as you will never lose the current state of the application (open dialogs, added data, etc.). However, sometimes when embedding OmniSpatial within an external application it may be necessary to disable popups because they are not supported in the underlying technology. For example, if OmniSpatial is being embedded in a WebView within a native iOS application.
http://localhost:4200/rizing?allowPopups=false