Implementing forwarding of credentials when using Radius Authentication
search cancel

Implementing forwarding of credentials when using Radius Authentication

book

Article ID: 166573

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

Implementing forwarding of credentials when using Radius Authentication
You want to set up and implement forwarding of credentials when using Radius Authentication

Resolution

You can use the CLI command spoof-authentication to enable or disable the forwarding of user credentials from the credential cache to the OCS (Origin Content Server). This will only work if the ProxySG and the OCS expect the same user credential combinations.

Example:
SGOS#(config)security radius edit-realm testradius
SGOS#(config radius testradius)spoof-authentication origin
    use this if the spoofed header is an Authorization: header

OR

SGOS#(config radius testradius)spoof-authentication proxy
    use this if the spoofed header is a Proxy-Authorization: header