Amazon Cognito: SAML federation, IdP-initiated Login, and SAML Encryption

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 30

  • @yuvasp
    @yuvasp 7 місяців тому +4

    How to generate relay state url ? Is there any format ? Please share

    • @brianji1068
      @brianji1068 6 місяців тому +1

      This drove me nuts all afternoon, just figured it out...

    • @yuvasp
      @yuvasp 6 місяців тому

      @@brianji1068 finally
      client_id=xxx&identity_provider=xx&scope=xxx&response_type=code&redirect_uri=redirecturl

    • @zachfoster3643
      @zachfoster3643 6 місяців тому

      @@brianji1068what was the solution?

    • @Priva_C
      @Priva_C Місяць тому

      @@brianji1068👀 please share

  • @aashishnagpal9907
    @aashishnagpal9907 19 днів тому

    I have existing user pool , i want to intergrated SAML based login. while login should not create a new user in user pool instead map to existing user on email id

    • @awssupport
      @awssupport 19 днів тому

      Hi there! Our community of experts over at re:Post may be able to provide additional guidance on this one. Feel welcome to share more info with them about your use case, here: go.aws/aws-repost. ^KS

  • @GEDev-th6rs
    @GEDev-th6rs 5 місяців тому +1

    Thanks for nice and easy demo video. Is it possible to share the Express JS client test app.

    • @awssupport
      @awssupport 5 місяців тому

      Hi. 👋 Resources used in this video can be found at timestamp 5:45. 📼 If you'd like, you can learn more about this topic, by following this link: go.aws/3WHVOsG. 🔖 ^SA

    • @GEDev-th6rs
      @GEDev-th6rs 5 місяців тому

      @@awssupport Thanks for the reply. I was asking the Express JS application used as client app at time stamp 10:16
      ua-cam.com/video/1vYUt2u2EB0/v-deo.html

  • @harryzachariou1
    @harryzachariou1 7 місяців тому

    What happens when you want to sign out and force the user to re-input their login credentials on the idp side, I've configured this and it seems that when logging out the SSO session is still cached some how and the expiration of the SSO app session and cognito JWT tokens are mismatched.

    • @awssupport
      @awssupport 7 місяців тому +2

      Apologies for the trouble! This doc might point you in the right direction for help: go.aws/3PaxRpp. You can also ask our community of experts this question on re:Post, for more technical insight and support: go.aws/aws-repost. ⬅️ ^AD

  • @akashkumar2990
    @akashkumar2990 8 місяців тому

    I have existing user pool , i want to intergrated SAML based login. Do I need external Idps?

    • @awssupport
      @awssupport 8 місяців тому

      Hi there, this doc may be of use to you: go.aws/3SDVVlB. If you need additional assistance, you can also hop on our AWS re:Post: go.aws/aws-repost. re:Post is a place where you can view and possibly post to our AWS industry experts for help with your needs. 🧠 ^DC

  • @kellymoses8566
    @kellymoses8566 8 місяців тому

    Is it possible to backup user passwords to another region yet? This has been a major limitation of Cognito since it was first released.

    • @awssupport
      @awssupport 8 місяців тому

      Apologies for any inconvenience, Kelly. Unfortunately, AWS Cognito doesn't currently have multi-region support. We are always looking to improve our services & If you'd like, you can share this as feedback directly to our service teams using these options: go.aws/feedback. 💭 ^RN

  • @MrHarry2303
    @MrHarry2303 4 місяці тому

    Is it possible to use a PIV authentication in AWS Cognito without an IDP?

    • @awssupport
      @awssupport 4 місяці тому

      Hi there, here is a blog that might help answer your question: go.aws/4eaoWiH. Additionally, another option to get this question answered is re:Post: go.aws/aws-repost. Our AWS industry experts hang out in that forum, and you can post and read posts from them. ^DC

  • @JanreyCablinda
    @JanreyCablinda 3 місяці тому

    Awesome! is that possible to share us the Express JS syntax? Thank you!

    • @awssupport
      @awssupport 3 місяці тому

      Hi Janrey! SAML federation can be performed using browser only, there is no Cognito SDK or AWS JS SDK to support SAML federation using code. An end user is needed to interact. You just need to show a button in your app (with text "Login with SAML") which your end-users can click; and then the user will be redirected to Cognito hosted UI endpoint or SAML endpoint depending on whether customer using SP-initiated federation or IdP-initiated federation. For further discussion around this, please reach out on re:Post: go.aws/aws-repost. 😀 ^ES

    • @JanreyCablinda
      @JanreyCablinda 3 місяці тому

      @@awssupport Thank you for your response. Could you share an example implementation with the federation code applied?

    • @awssupport
      @awssupport 3 місяці тому

      It's a pleasure. 😀 While we don't have an example of the applied federation code available as yet, we've submitted your question for internal review. 🔎 ^ZP

    • @JanreyCablinda
      @JanreyCablinda 3 місяці тому

      @@awssupport Amazing! 😀 Please let me know if you already have 🙏

    • @awssupport
      @awssupport 3 місяці тому

      Good news! Our team provided these GitHub resources. One will take you to a code repo and the other to test the authorization code for tokens: go.aws/464YJyt & go.aws/46aPlJA. 🔗 For further technical questions, we suggest reaching out to our free community of helpful engineers at re:Post: go.aws/aws-repost. ✍️ ^ZP