Looking for some help here. getting the following ...
# python
r
Looking for some help here. getting the following error message when i try to create a cognito user pool client resource on aws "error creating ELBv2 Listener: InvalidLoadBalancerAction: OAuth flows must be enabled in the user pool client" what arguement enables Oath flows, Im passing in the following for the explicit_auth_flows parameter _explicit_auth_flows_=["ALLOW_USER_PASSWORD_AUTH", "ALLOW_USER_SRP_AUTH", "ALLOW_REFRESH_TOKEN_AUTH"]). any thing simple am i missing. thanks in advance!