minbi

Results 37 comments of minbi

Hi @anggrayudi , The `federatedSignIn()` method only supports federation into Cognito Identity Pool which is why you saw the code store it locally (the actual federation code reads it from...

Hi @brynbodayle , Thanks for pointing this out. We will work on getting this incorporated.

It looks like the same check that prevents nil was moved in the new code. from https://github.com/Mantle/Mantle/commit/c4812ac2b3c48a70fd339914f8e9f11d6c7b9f45#diff-34eb4dd8d9e1738c04c21a73f3fb8b0bL109 to https://github.com/Mantle/Mantle/commit/c4812ac2b3c48a70fd339914f8e9f11d6c7b9f45#diff-34eb4dd8d9e1738c04c21a73f3fb8b0bR215 Core still has the check here https://github.com/aws/aws-sdk-ios/blob/e465aa8ed2f9051895c2b5865ec72b202a33d948/AWSCore/Mantle/AWSMTLModel.m#L147

Hi @Abeansits , The service API does not currently support this feature. We will let the service team know that you are interested. The Cognito Hosted UI available in the...

Hi @cheeyi , The `AWSMobileClient` acts as a singleton that does not change it's configuration during run-time. You may need to fallback to the `CognitoCachingCredentialsProvider` for your use-case. I will...

> Using sign in on Android with Facebook or with Google signs in with success but does not provide access to username or any attribute due to userId being null....

Federated sign-in for Google and Facebook currently does not return any information other than the AWS credentials and the associated Amazon Cognito identity id. I have marked this issue as...

Hi all, We don't have an update on this issue, but we are communicating your requests to the service team.

Hi @cbm-mghebaji , We do not currently support [Secret Manager](https://aws.amazon.com/secrets-manager/) Potential duplicate #1012

Hi @mrikh , We have not published an iOS SDK for that service. The AWS SDK for Java has published [aws-java-sdk-elastictranscoder](https://github.com/aws/aws-sdk-java/tree/master/aws-java-sdk-elastictranscoder) which you may look at for your server side....