Solved

Universal Login - alternative form

  • 26 October 2022
  • 3 replies
  • 78 views

Userlevel 1
Badge +3
  • Vanguard
  • 19 replies

Weird question…..

We have a client that is using the Universal Interface for their application. Outside of the Universal interface we have a seperate page where clients can register themselves. This creates an IAM account that they can login with.

The client would like to integrate this registration form with the login form. The would mean we create a single page outside of the thinkwise application. On this page we have a regular form and a login form. Filling in the login form should result in opening universal and automatically login using the provided username/password. Is there a route to make this possible?

icon

Best answer by Leroy Witteveen 26 October 2022, 11:53

View original

This topic has been closed for comments

3 replies

Userlevel 3
Badge +3

Hi @Bas,

If the custom authentication acts as an OpenID provider, you can use it to login to Universal. We have documentation about this feature here: https://docs.thinkwisesoftware.com/docs/iam_dev/openid

Kind regards,

Leroy Witteveen 

Userlevel 7
Badge +23

Hi @Bas, Has the reply of Leroy helped you out?

Userlevel 1
Badge +3

Hi Mark and Leroy,

in the end we went down a different route but Leroy suggestion of OpenID would indeed be a viable one.