custom user lookup - how to
Hi I am looking for a way to integrate my own username/password validation - I need to authenticate with Okta using their proxy. Is there a way to implement this or where should I look for this in the source code? My initial quick-fix, was to modify the current implementation using the /usr/local/etc/raddb/users file database "myusername" Cleartext-Password := "mypassword" So basically if I can find the correct function to modify it would be great Thanks Felix
On Sep 3, 2023, at 5:25 AM, Felix Nielsen <felix.nielsen@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.
participants (2)
-
Alan DeKok -
Felix Nielsen