Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
miciti
Contributor

MFA with TOTP without FortiToken?

Hi everyone,

I am searching for a way to use MFA with TOTP without paying for FortiToken. 

 

Our internal users get authenticated via SAML and MFA from Microsoft Cloud. 

But we do have some external accounts which can't be linked to SAML but need VPN. 

 

Is there any other way to set up MFA with a TOTP App without using FortiToken?

1 Solution
funkylicious
SuperUser
SuperUser

hi,

you can try keycloak which leverages SAML 

"jack of all trades, master of none"

View solution in original post

"jack of all trades, master of none"
3 REPLIES 3
funkylicious
SuperUser
SuperUser

hi,

you can try keycloak which leverages SAML 

"jack of all trades, master of none"
"jack of all trades, master of none"
miciti

@funkylicious 

I will look into keycloak. Thank you very much!

jotecan
New Contributor

You can 2FA with email or with RADIUS server:

With email:

config user local
   edit "user"
       set type password
       set two-factor email
       set email-to "user@domain.com"
   next
end

With RADIUS: We are OpenText clients with NOWS subscription (older Novell). This bundle includes NetIQ Advanced Authentication that lets several source directory and serves RADIUS with MFA (TOTP, SMS, email, etc)

Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors