launchSignInUX usage | Community
Skip to main content
Thejus
New Participant
September 29, 2016
Solved

launchSignInUX usage

  • September 29, 2016
  • 4 replies
  • 2705 views

Hi,

As of now the login UI is not appearing immediately up on opening mobile app. WE need to open app, click on 'sign in' from left navigation loads the login UI.

We are trying to launch our custom UI using method 'launchSignInUX'. But it doesnt seem success. Can some one help on this?

Please help on

1) How to use launchSignInUX to launch the signin page on app.

2) IS there any other way to launch login screen directly on app launch?

Regards,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by KristyDuncan

Hi,

You can call launchSignInUX from an HTML Article. The sign in UX that displays will depend on your authentication setup. If you are using authentication via the Direct Entitlement APIs, then the native sign in dialog will display. If you are using Custom Authentication with either a SAML, OAuth2 or Generic Identity Provider, then a web view with your sign in UX will display. If you include the HTML article as the first item in your Top Level Collection, it will become the Home screen and be the first thing a user sees. They can, however, navigate elsewhere.

We do have a "Sign In on App Launch" feature on the roadmap which will enable customers to require a user to sign in on app launch and not be able to navigate elsewhere until they have successfully authenticated. We do not currently have a release target for this year.

Kristy

4 replies

New Participant
November 14, 2016

could anyone please provide more of a concrete example of this in use? something a non-coder might be able to drop into a dynamic banner?

many thanks

m

KristyDuncan
Employee
October 7, 2016

Hi,

We have an item on our roadmap to enable banners to include/use HTML. With this capability, you will be able to call the launchSignInUX API from the banner.

We do not have a release date for this feature yet; however work is in progress.

Kristy

New Participant
October 6, 2016

Hi Kristy,

would it be possible to consider adding launchSignInUX into the banner tap behavior? :

banner_options.png

this could give the opportunity to add nice "login button" anywhere in the app.

regards

KristyDuncan
KristyDuncanAccepted solution
Employee
October 4, 2016

Hi,

You can call launchSignInUX from an HTML Article. The sign in UX that displays will depend on your authentication setup. If you are using authentication via the Direct Entitlement APIs, then the native sign in dialog will display. If you are using Custom Authentication with either a SAML, OAuth2 or Generic Identity Provider, then a web view with your sign in UX will display. If you include the HTML article as the first item in your Top Level Collection, it will become the Home screen and be the first thing a user sees. They can, however, navigate elsewhere.

We do have a "Sign In on App Launch" feature on the roadmap which will enable customers to require a user to sign in on app launch and not be able to navigate elsewhere until they have successfully authenticated. We do not currently have a release target for this year.

Kristy