We have a wireless controller that prompts client machines for a username and pass using radius, the wireless controller than relays that request to us, where we need to then send that request to a third party unencrypted.
- is it possible to emulate a radius server in .net is there an api.
- is there a radius encryption algo short of clear text that allows for decryption with a shared key between my app server and the wireless controller.
- anybody done this before?