privacyidea icon indicating copy to clipboard operation
privacyidea copied to clipboard

RADIUS passthru with challenge-response

Open cornelinux opened this issue 4 years ago • 3 comments

Allow the RADIUS passthru to also handle RADIUS challenge response.

This needs to be done here https://github.com/privacyidea/privacyidea/blob/master/privacyidea/lib/policydecorators.py#L297

The RADIUS response must be checked for the package type Access-Challenge. If so the RADIUS state must be stored and privacyIDEA needs to create a challenge and send this back.

This is a functionality that can be used well for migration scenarios, since some OTP systems currently work with chalresp.

(This superceeds #819, also check #1792)

cornelinux avatar Jan 15 '21 11:01 cornelinux

Oh darn, this is a dublicate of #1220.

cornelinux avatar Jan 15 '21 12:01 cornelinux