Page 1 of 1

One Time Authentication feature for SSO

Posted: Sat Jan 13, 2018 1:20 am
by indyrhett
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

Re: One Time Authentication feature for SSO

Posted: Thu Jul 05, 2018 9:42 pm
by indyrhett
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