// Ensure we have a valid ApplicationRegistration registration, this only happens when we have exactly one ApplicationRegistration
// Ensure we have a valid ApplicationRegistration. This can happen when the ApplicationRegistration is `Created` (the website should be up and running)
// with a status set by the authz-operator and this status says provisioning succeeded
// or when the ApplicationRegistration has state `DeletedFromAPI` (the website should be blocked). To check if the ApplicationRegistration is in one of those two states,