home.social

#cognito — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cognito, aggregated by home.social.

fetched live
  1. For one of my clients I'm creating a highly scalable, globally distributed web application to display and edit some business choices used by internal #ETL document generators. The application runs on #AWS using #cognito as its user authentication mechanism. Did you know that callback script URLs for Cognito can't end in a slash? I didn't. If yours does, be prepared for a world of pain.

  2. For one of my clients I'm creating a highly scalable, globally distributed web application to display and edit some business choices used by internal #ETL document generators. The application runs on #AWS using #cognito as its user authentication mechanism. Did you know that callback script URLs for Cognito can't end in a slash? I didn't. If yours does, be prepared for a world of pain.

  3. Added AWS::Cognito::UserPool Policies SignInPolicy

    User pool configurations now support choice-based authentication for passkey authenticators, passwordless OTPs, and password-based sign-in.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  4. Added AWS::Cognito::UserPool Policies SignInPolicy

    User pool configurations now support choice-based authentication for passkey authenticators, passwordless OTPs, and password-based sign-in.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  5. Added AWS::Cognito::UserPoolClient ExplicitAuthFlows

    App client configurations now support choice-based authentication for passkey authenticators, passwordless OTPs, and password-based sign-in.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  6. Added AWS::Cognito::UserPoolClient ExplicitAuthFlows

    App client configurations now support choice-based authentication for passkey authenticators, passwordless OTPs, and password-based sign-in.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  7. Added AWS::Cognito::UserPoolDomain ManagedLoginVersion

    You can set a user pool domain to version 2 for managed login branding or version 1 for hosted UI (classic) branding.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  8. Added AWS::Cognito::UserPoolDomain ManagedLoginVersion

    You can set a user pool domain to version 2 for managed login branding or version 1 for hosted UI (classic) branding.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  9. Added AWS::Cognito::UserPool UserPoolTier

    You can choose the Plus, Lite, or Essentials feature plan for user pools and get different levels of pricing and features.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  10. Added AWS::Cognito::UserPool UserPoolTier

    You can choose the Plus, Lite, or Essentials feature plan for user pools and get different levels of pricing and features.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  11. I have an #AppSync API that I use to put and store user generated data that is authenticated using #Cognito. As part of the JWT payload there is a device ID that is unique to the signed in user on that device.

  12. Mijn werk deze week tot nu toe.

    Werkplek beheer met het invoeren van een bitlocker unlock key en het in het domein hangen van een laptop.

    Terraform code schrijven voor het configureren van een cloud provider.

    En daarnaast nog wat switch config checken, Linux server uitrollen, VM template maken, firewall regels aanpassen, SNMP config.

    Hmm, misschien ben ik toch iets beter gekwalificeerd dan ik lang heb gedacht 🤔

    #Tech #IT #Support #AD #Azure #Terraform #AWS #Cognito

  13. Mijn werk deze week tot nu toe.

    Werkplek beheer met het invoeren van een bitlocker unlock key en het in het domein hangen van een laptop.

    Terraform code schrijven voor het configureren van een cloud provider.

    En daarnaast nog wat switch config checken, Linux server uitrollen, VM template maken, firewall regels aanpassen, SNMP config.

    Hmm, misschien ben ik toch iets beter gekwalificeerd dan ik lang heb gedacht 🤔

    #Tech #IT #Support #AD #Azure #Terraform #AWS #Cognito

  14. Ok another #aws #lambda question. I have a working local #Cognito call to get the groups. But doing the same thing on Lambda ends in a "The security token included in the request is invalid.".
    I can reproduce the issue locally, but I don't get why. The lambda function has all permissions 🤷

    Any reason the ACCESS_KEY and ACCESS_SECRET of a lambda function provided by $_ENV doesn't work the same way as a manually created one?

  15. Ok another #aws #lambda question. I have a working local #Cognito call to get the groups. But doing the same thing on Lambda ends in a "The security token included in the request is invalid.".
    I can reproduce the issue locally, but I don't get why. The lambda function has all permissions 🤷

    Any reason the ACCESS_KEY and ACCESS_SECRET of a lambda function provided by $_ENV doesn't work the same way as a manually created one?

  16. Ok, here is the plan: use cognito for registration and user management. Hopefully find out how to auth against my api and run a #dynamodb to count the useage. #AWS #Lamda #Cognito #php

  17. Ok, here is the plan: use cognito for registration and user management. Hopefully find out how to auth against my api and run a #dynamodb to count the useage. #AWS #Lamda #Cognito #php

  18. I have a simple API running on #AWS #Lamda. I already learned, that for auth I‘ll use #Cognito. Is there a service to count api calls to charge my customer based on usage?
    #php

  19. I have a simple API running on #AWS #Lamda. I already learned, that for auth I‘ll use #Cognito. Is there a service to count api calls to charge my customer based on usage?
    #php

  20. Mais c'est une dinguerie (alors peut-être que ça existe depuis des années), l'authentification de services derrière ALB via Cognito directement sur un listener ALB.

    Et c'est bien géré dans l'ALB Controller.

    L'application qui reçoit n'a plus qu'à lire les headers rajoutés par l'ALB pour obtenir le sub de l'utilisateur Cognito.

    Ça permet de protéger des apps qui ne gèrent pas DEX (ou autre), j'ai découvert ça dans la doc de Kubeflow pour EKS

    #aws #eks #alb #cognito

  21. Added AWS::Cognito::UserPool PreTokenGenerationConfig

    You can update the version of your Lambda trigger event. Version 2 includes details to customize access tokens and ID tokens.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  22. Added AWS::Cognito::UserPool PreTokenGenerationConfig

    You can update the version of your Lambda trigger event. Version 2 includes details to customize access tokens and ID tokens.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  23. Added AWS::Cognito::LogDeliveryConfiguration

    You can configure a user pool to log detailed information about user errors to CloudWatch Logs.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  24. Why are single region only services still a thing?

    Seriously considering building my own #aws #cognito replacement using #dynamodb global tables and #lambda (or #ecs).

    #Serverless

  25. Do I know anyone successfully talking to #Cognito using #boto3 (ideally without having control of the Cognito end)? Trying to figure out how refresh tokens work accessing someone else’s API (hence I cannot make any Cognito changes or look at the logs.) Trying to refresh the tokens breaks with “invalid refresh token” even though it’s the one they bloody sent me when the first auth succeeded!

  26. Added AWS::Cognito::IdentityPoolPrincipalTag

    AWS::Cognito::IdentityPoolPrincipalTag is a map of identity pool user claims to principal tags that you want to apply to your user's temporary session.
    docs.aws.amazon.com/AWSCloudFo #cognito #cloudformation

  27. #AWSCognito and #AWSS3 allow for subdomain hijacking / squatting. Please doublecheck spelling when communicating with #cognito and #s3 subdomains. #cybersecurity

  28. TIL #aws #cognito and #ses are not available in every AWS region.

  29. A lambda to get authorization tokens from Cognito... this can't be good right? There's no way this is a good idea...

    #AWS #Cognito #Lambda #Cloud

  30. I've updated the MVP rocketship template. If you want to build a #serverless #API on #AWS and protect it with #Cognito, you're welcome to duplicate and tinker with this template repository.

    🚀 github.com/instantiator/mvp-ro

    I've been using it for a while now and upstreamed some improvements today including test scripts to exercise your endpoints, and support for browser-based clients that need #CORS headers.

    #APIGateway #Lambda #DynamoDb #DotNet #SAM #template #development #devops

  31. I've been in a long drawn out trench war with #Cognito, #APIGateway, and #CORS. I'm pleased to say I've finally broken through enemy lines. Fun times with protected APIs ahead, and a long blog post coming soon... 🔥 #AWS #development #API

  32. Certainly, this doesn't seem to be possible with @auth0, @Firebase or . There may be others out there that can do this - in which case, someone please point them out to me!

  33. If you use Amazon Cognito for authentication I strongly recommend you start auditing your guest (unauthenticated) user access using this new feature. aws.amazon.com/about-aws/whats #aws #security #cognito