Open
Description
The integration test for identity provider (integration/tests/identity_provider/identity_provider_test.go
) sets some additional fields like CallbackUrls
in the call to CreateUserPoolClient
that may not be required. Revisit those fields and remove those that deem unnecessary, while ensuring the tests still pass.