allowed OAuth Flows User Pool Client
Parameters
value
Set to true
to use OAuth 2.0 features in your user pool app client. AllowedOAuthFlowsUserPoolClient
must be true
before you can configure the following features in your app client.
CallBackURLs
: Callback URLs.LogoutURLs
: Sign-out redirect URLs.AllowedOAuthScopes
: OAuth 2.0 scopes.AllowedOAuthFlows
: Support for authorization code, implicit, and client credentials OAuth 2.0 grants. To use OAuth 2.0 features, configure one of these features in the Amazon Cognito console or setAllowedOAuthFlowsUserPoolClient
totrue
in aCreateUserPoolClient
orUpdateUserPoolClient
API request. If you don't set a value forAllowedOAuthFlowsUserPoolClient
in a request with the AWS CLI or SDKs, it defaults tofalse
.