Tyler Roach
Tyler Roach
You cannot use `implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.73.0'` with Amplify Android. You can use the custom credentials provider you have shown above for other AWS SDK usages, but MobileClient cannot be present. It...
Please post the logs that are shown when calling `fetchAuthSession` after you have added `AndroidLoggingPlugin(LogLevel.VERBOSE)` as the first configured Amplify plugin in your application. This will help identity the cause.
This feature has not been prioritized. I will bring it up with product, in addition to the Amplify v2 Storage library as well.
Can you provide your amplify_outputs.json file? I'm curious to see the order. Amplify Android wills elect the first url in the redirect and sign out uri list.
What if you leave only 1 value for redirect_sign_in_uri with the one you are trying to use?
https://github.com/aws-amplify/amplify-android/blob/a63c2b9f08054f17bf4cbba261fe067cd71abe6d/aws-auth-cognito/src/main/java/com/amplifyframework/auth/cognito/AuthConfiguration.kt#L156 It looks like joining the redirects may be bad behavior here. For now, only keep a single redirect uri in the `amplify_outputs.json` you provide in your Android app. We...
Amplify 2.29.2 has been released. We will now select the first available, non http(s) redirect uri in the list.
Can you show sample code for how you are calling `signInWithWebUI` and how you have your redirects set in the manifest? Also, what launchMode is set for the activity you...
I can't replicate this but the only thing I'm curious about is the custom auth provider. Who is the provider? My suspicion is that it is related to that. In...
Hi @dawidhyzy, redirects have always been required as far as I am aware. Redirects are what allows Amplify to capture the code from the browser to exchange for a valid...