Abhilash
Abhilash

Reputation: 339

How to implement two-factor authentication in Spotfire

I am new to Spotfire. I am trying to implement two factor authentication for Spotfire Web player login. The instructions provided on Spotfire support portal is not specific. Can anybody help me on this?

Upvotes: 0

Views: 141

Answers (1)

Jens Borgland
Jens Borgland

Reputation: 773

Well, the only form of two-factor authentication that is supported out-of-the-box would be the combination of some standard authentication method (such as plain username/password) with X.509 client certificates (which could be stored on smart cards or such).

Another option could be to utilize some external authentication provider (typically using OpenID Connect) and configure two-factor authentication there.

Upvotes: 1

Related Questions