App To Web Single Sign On¶
App to Web Single Sign on allows you to take a session from your mobile application and extend it to a browser on the same device. This is useful for giving a
seamless experience to your users when they transition from the mobile application to the website where more functionality likely exists. This functionality can
only be used when using
the Onegini CIM identity provider
or the Onegini CIM API identity provider
as it is a unique feature of the Onegini CIM. The Onegini Token Server uses the
ActionToken Type LOGIN_APP2WEB
which is available since Onegini CIM version 6.2.0.
The Onegini SDK allow you to specify a target URL where authentication is required. This URL must be configured in the Action Token configuration. It will then verify that your mobile application's session is valid and establish a session with the IDP before redirecting the user to the target URL with them logged in automatically. Please refer to the Onegini SDK documentation for the specifics on the implementation: