Skip to content

fix cronjob-recreate-clients

Maarten de Waard requested to merge fix-cronjob-create-oauth-clients into main

Since the Hydra upgrade, it returns 401 when a client can not be found and/or a user cannot be authenticated (used to be a 404 if a user was authenticated but a client was not found).

This caused the clients not to be created, because creation did not occur when Hydra did not return 404...

Merge request reports