Reverting "accessTokenAcceptedVersion" in manifest to "null" does not work as expected
I noticed Logic Apps where calling our Function Apps with OAuth(1) instead of OAuth V2.
So I tried to make the Function Apps work with OAuth2 by updating its AD Appregistration Manifest "accessTokenAcceptedVersion" from null to 2 and that seems to work.
However, I needed to rollback this change, because otherwise all Function Apps needed to be updated (Issuer URL) and that is currently not an option.
But after reverting back from 2 to null, all Function Apps fail their OAuth authorization with a 401 (the Function App has of course been restarted).
So it appears that apart from the accessTokenAcceptedVersion change, something else changed, maybe under water and we can't get back to the original situation.
We're at a total loss now how to go back to the original situation and hope somebody can shed a light on this problem...