Goal:
Use OAuth2 for users to use my API resource via my AWS Cognito App Client which doesn't have a client secret.
The OAuth2 authentication doesn't work, because it forces me to provide a client secret.
However, I can't seem to get the Custom Auth to assign the OAUTH2_TOKEN to my Body Authorization variable.
Can someone help me with implementing OAuth2 without a Client Secret?