custom user lookup - how to

Alan DeKok aland at deployingradius.com
Sun Sep 3 13:47:08 UTC 2023


On Sep 3, 2023, at 5:25 AM, Felix Nielsen <felix.nielsen at gmail.com> wrote:
> I am looking for a way to integrate my own username/password validation - I
> need to authenticate with Okta using their proxy.

  Is this a RADIUS proxy?  Or a REST API?

  Details help.

> Is there a way to implement this or where should I look for this in the
> source code?

  You don't need to read the source code to proxy RADIUS packets.  Simply looking at the documentation and example configuration is good enough

> My initial quick-fix, was to modify the current implementation using
> the /usr/local/etc/raddb/users file database
> 
> "myusername" Cleartext-Password := "mypassword"

  That doesn't proxy, or talk to Okta.

> So basically if I can find the correct function to modify it would be great

  Why would you jump into modifying the source code?  Why not read the documentation?

  Alan DeKok.

  


More information about the Freeradius-Devel mailing list