Rediecting url to home page

0
  Hi all,    I had a scenario like im using okta and oidc configuartion. So my issue is My app is present in okta dev environment.After login to okta dev(by completing the authentication process) after clicking my app tile going to index.html page where i need to do the authentication again is there any way skip to going to index.html and directly go to home page.  
asked
2 answers
3

Hi Sabita,

 

You just need to go to the navigation and remove the Sign-in page there in the Authentication.

 

Hope it helps!

answered
3

 Hi Sabita,

It means that the authentication process is not Completed. Please add a breakpoint at the Start activity of the "webCallback_POST" microflow and go next activities and check which activity is breaking. you will find which activity is breaking.

 

Always debug whenever something is breaking in a microflow.

 

Hope it helps!

 

answered