Code Monkey home page Code Monkey logo

aws-cognito-dot-net-desktop-app's Introduction

This is a sample for showing the Cognito dot net implementation for the user management. For the details related to implementation, please refer http://sid343.reinvent-workshop.com/

aws-cognito-dot-net-desktop-app's People

Contributors

hyandell avatar koiker avatar michaelfouad avatar sahil-aws avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-cognito-dot-net-desktop-app's Issues

Issue with Xamarin and C# (Visual Studio)

Hi.

I implemented your project in C# and WPF for a desktop application and it works like a charm. Thanks.

I did the same to use it with Android and C#, but in the synchronous task when creating provider, the code freezes. There are no exceptions or errors.

By pausing the debugger, you see that it is executing that line of code, but it never continues to the next

image

Any suggestions or comments on this issue?

Invalid login token. Issuer doesn't match providerName

I get this error when trying to access the credentials.GetCredentials().AccessKey Any help?

CognitoAWSCredentials credentials =
user.GetCognitoAWSCredentials(FED_POOL_ID, RegionEndpoint.USEast1);
StringBuilder userlist = new StringBuilder();
userlist.Append("================Cognito Credentails==================\n");
userlist.Append("Access Key - " + credentials.GetCredentials().AccessKey); <---------- errors here..

User pool client XXX does not exist.

Hello,

I downloaded the code and tried to run locally. I've created my User Pool and added an user (Status: Confirmed). However, when the user signed in, an exception was thrown saying "User pool client XXX doesn't exist" in the following line the CognitorHelper class.

await user.StartWithSrpAuthAsync(authRequest).ConfigureAwait(false);

I am new to AWS and have no clue what happened. I am sure I included the correct pool id and client id.

Any ideas?

Thanks a lot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.