Skip to content

feat: gui endpoints for delegated mfa reset

Johana Supíková requested to merge mfa_renewal into main

Endpoints for delegated reset

  • User needs to log in using his other identity using MFA
  • He can then reset MFA tokens in the predefined domain in PrivacyIDEA
  • The token from proxy should be correctly validated using current decorators
  • The order of the decorators matters, switched the order with @route for some endpoints
  • Still need to figure out how use the error view
  • Reverseproxy fix does not work with the Flask auto-creation of callback oidc endpoint
  • For now hardcoding the /proxygui prefix to URL relates to PRX-335
Edited by Johana Supíková

Merge request reports