amazon-cognito-auth-js
amazon-cognito-auth-js copied to clipboard
The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Good evening, as reported in the issue title, I am experiencing a strange situation after a successful authentication. Namely, after authenticating by the Cognito hosted web page (as it seems...
Hi I need help for hosted page redirecting to originally landed page what is the purpose of state parameter (its only for CSRF token or cognito use this one for...
Hello. We are using the [Cognito Auth SDK for Javascript](https://github.com/aws/amazon-cognito-auth-js) with a SPA application. We are using this library out of a desire to use a standards-based approach to authentication...
I've been looking into the token refresh flow, what I would do is always call getSession with a callback to my API calls, that would make sure that my token...
I'm building a SPA with Angular and using a custom SAML provider with Cognito. Cognito finally redirects to my application correctly with id_token and access_token but however this is the...
I can sign in using Cognito user pool credential but not with the external identity provider.I can see all okta user in Cognito user pool as External_provider in the different...
Hi, im not too sure if this is relevant to this, but this is my case. I have an app that authenticates using cognito /login endpoint. https://docs.aws.amazon.com/cognito/latest/developerguide/login-endpoint.html so it returns...
If in App Client Setting I configure only Federate Identities (without Cognito User Pool) an user can do a sing-in without a previus sign-up. Is there a way to avoid...
Hi, Can you tag the releases going forward, and tag the current release, so we can download assets by version number? E.g. https://github.com/aws/amazon-cognito-identity-js/archive/v1.31.0.zip. Thanks, Brian
> Removed the dependency on the CognitoIdentityServiceProvider service from the AWS SDK for JavaScript. The way one needs to instantiate the CognitoAuth has changed massively, and people using npm as...