hivve
hivve
This part of the oauth2/authorize lambda no longer work. ``` var cookies = await getCookiesFromHeader(event.headers); var canReturnTokensDirectly = cookies.id_token && cookies.access_token && cookies.refresh_token ? true : false; // If there...
Implementing the oauth2/authorization from this solution does not work for SAML2 SSO. When you initiate a `federationSignIn` with a provider for a SAML2 only redirects back to the login page...
There's a repo for client app integration with this solution that you've provided. However, if you already have an existing client app (e.g., ASP.NET) that doesn't utilize Amplify, you may...
### Describe the bug PrimeNg uses Quill as dependency which has an open vulnerability since 2021: https://github.com/advisories/GHSA-4943-9vgg-gr5r Any plans on resolving this? I don't think Quill team is addressing this...