privacyidea
privacyidea copied to clipboard
RADIUS passthru with challenge-response
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)
Oh darn, this is a dublicate of #1220.