I just created an API and in the configuration, I set the authorization to Oauth 2.0. That has no effect on the actual API protection, so I had to then add a JWT policy to my API and it seems to be working OK.
I do not quite understand the role of the OAuth authorization flag in the API configuration, it seems not to have any effect. Does anyone know when and why it is needed ?