Native SSO redirect

0
Hi, I am Working with OIDC SSO Module, Its working for Responsive Web. But while Working on Native Mobile Application Can't Redirect to the Corresponding app instead it's redirecting to phone web page. May i know what step i need to follow?   I modified MobileURLScheme to my app name, any other step needs to be followed?
asked
1 answers
0

Hi Sonam,

 

From what I've learned during the implementation of this module:

 

1.Make sure to add the app events to your page and to use one of the actions behind the buttons in the Login_Mobile_Button (OIDC):

 

 

 

2.Also activate Deep link capability in the Build Native Mobile App:

 

3.Set the MobileURLScheme to your app name (without the ://)

 

Best,

Nick

 

answered