https://sourceforge.net/p/openxpki/mailman/message/37670844/

On 07.11.22 22:40, Mukilan P via OpenXPKI-users wrote:
Hi Experts,

Can you please provide sample workflow to skip authentication/authorization for auto approval of revocation?.

I tried with the following sample config in /rpc/enroll.yml, but it is not working out.

policy:
    # Authentication Options
    # Initial requests need ONE authentication.
    # Activate Challenge Password and/or HMAC by setting the appropriate
    # options below.

    # if set requests can be authenticated by an operator
    allow_man_authen: 0

    # if set, no authentication is required at all and hmac/challenge is
    # not evaluated even if it is set/present in the request!
    allow_anon_enroll: 1

    # Approval
    # If not autoapproved, allow opeerator to add approval by hand
    allow_man_approv: 0

    # if the eligibiliyt check failed the first time
    # show a button to run a recheck (Workflow goes to PENDING)
allow_eligibility_recheck: 0

    # Approval points requirede (eligibity and operator count as one point each)     # if you set this to "0", all authenticated requests are auto-approved!
    approval_points: 0



Regards,
Mukilan


_______________________________________________
OpenXPKI-users mailing list
OpenXPKI-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openxpki-users

--
Protect your environment -  close windows and adopt a penguin!
_______________________________________________
OpenXPKI-users mailing list
OpenXPKI-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to