Skip to main content
tim5700
New Member
June 6, 2022
Question

Fortigate w/ Entrust IDaaS RADIUS

  • June 6, 2022
  • 1 reply
  • 1422 views

I am testing a Fortigate using RADIUS with Entrust's IDaaS service.  Has anyone else used this?  I am having issues where when testing credentials in the Fortigate it comes back "invalid response."

1 reply

Debbie_FTNT
Staff & Editor
Staff & Editor
June 7, 2022

Hey tim,

I have not tested with Entrust's IDaaS service, but I do have some experience with FortiGate and RADIUS.

The GUI test can sometimes be a bit finicky and doesn't handle anything aside from an Access-Accept (success) very well; I suggest always testing via CLI, as that can handle responses better (for example, if 2FA is involved the CLI test will let you provide the token, the GUI test will just show an error).

 

#dia test authserver radius <name of the RADIUS server in FGT> <pap|chap|mschap2> <username> <password>

 

As an example:

#dia test authserver radius FortiAuthenticator mschap2 debbie ftnt123!

 

Give it a go and see if the CLI test is better suited to verifying that credentials are working :)