Skip to main content
jacob_shaw
New Member
February 26, 2018
Question

How to enable user auth for Explicit Web Proxy in 5.6?

  • February 26, 2018
  • 2 replies
  • 21512 views

How do we go about enabling user authentication for the Explicit Web Proxy in 5.6? The steps and CLI option for <=5.4 aren't showing up in 5.6.

 

Thanks!

2 replies

emnoc
New Member
February 26, 2018

I don't they changed to  much in v5.6.x  but are you using  local  user or a remote-auth  group?

Did you check under network explicit proxy ?

 

jacob_shaw
New Member
February 26, 2018

emnoc wrote:

I don't they changed to  much in v5.6.x  but are you using  local  user or a remote-auth  group?

 

I'm trying to use it with remote-auth to LDAP/AD

 

Did you check under network explicit proxy ?

There is nothing under Network->Explicit Web Proxy to specify or turn on auth.

 

The best documentation I can find is the following, which isn't making any sense to me whatsoever:

 

http://help.fortinet.com/...y%20Authentication.htm

HASimac
New Member
February 27, 2018

Hi,

 

Once again, they decided to change the rule !

Everything has been moved to CLI , what a beautiful idea !!

Hey guys wake up, Move it back to the GUI !

 

HA

ramiro_costa
New Member
August 24, 2018

Please do the following if you are using single sign on (FSSO). Note that I´m using an agent to collect information from the Ldap server.

 

**** Configure authentication scheme first ( created an scheme named novosso ) ****

BORDA # config authentication scheme BORDA (scheme) # edit novosso new entry 'novosso' added BORDA (novosso) # set method fsso BORDA (novosso) # end BORDA #

 

**** Configure the rule, point the rule to the scheme you just created ****

BORDA # config authentication rule ( created a rule called regrasso and pointed to the sso method called novosso )

BORDA (rule) # edit regrasso new entry 'regrasso' added BORDA (regrasso) # set status enable BORDA (regrasso) # set protocol http BORDA (regrasso) # set srcaddr all BORDA (regrasso) # set sso-auth-method novosso BORDA (regrasso) # next BORDA (rule) # end BORDA #