Registration with browser IdP
Open Browser or WebView
After starting registration with a browser based IdP, the app will receive a url from the SDK.
This url will have to be opened in a browser and authentication will
have to be completed there to continue the registration. This url is
sent to the application within the HandleRegisteredUrlEvent
event which has to be listened
to as described in Event handling.
Currently, the SDK can open a browser and return the result of the browser registration in one step by using the following command:
If this succeeds, the overlapping registration flow will continue again with the Create Pin event.
Cancel Browser Registration
Sometimes it is desired to cancel the browser registration flow. This can be done using the cancelBrowserRegistration method: