One Time Authentication feature for SSO

Help us improve our product. Feature requests are welcomed!
Post Reply
indyrhett
Posts: 43
Joined: Wed Aug 02, 2017 10:56 pm

One Time Authentication feature for SSO

Post by indyrhett » Sat Jan 13, 2018 1:20 am

Are there any plans to offer something like the following feature for allowing users to implement their own SSO routines that then can retrieve a 1 time "login" key and pass the "username" to the TSPlus client through an Environment variable?

Like this:
https://www.cybelesoft.com/blog/using-o ... vitations/

Thanks,

Rhett Price
IndySoft

indyrhett
Posts: 43
Joined: Wed Aug 02, 2017 10:56 pm

Re: One Time Authentication feature for SSO

Post by indyrhett » Thu Jul 05, 2018 9:42 pm

FYI, we were able to implement this ourself through our own database and a custom REST server we built. We simply give the Admin a keycode and they call a OneTimeAuthKeyRequest function with it and a user name. We populate in the database our User and a special encrypted key that we pass back in the REST function. Then, the user simply calls our application and passes the keycode in the command line of the URL and we grab the username to login with from the DB - then delete the entry.

Anyway, it seems to work well. Still would be nice to be built into the main TSPlus server at some point.

Thanks,

Rhett Price
IndySoft

Post Reply