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

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 28

  • @yuvasp
    @yuvasp Před 6 měsíci +4

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

    • @brianji1068
      @brianji1068 Před 5 měsíci +1

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

    • @yuvasp
      @yuvasp Před 5 měsíci

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

    • @zachfoster3643
      @zachfoster3643 Před 5 měsíci

      @@brianji1068what was the solution?

    • @Priva_C
      @Priva_C Před 7 dny

      @@brianji1068👀 please share

  • @harryzachariou1
    @harryzachariou1 Před 6 měsíci

    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 Před 6 měsíci +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

  • @GEDev-th6rs
    @GEDev-th6rs Před 4 měsíci +1

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

    • @awssupport
      @awssupport Před 4 měsíci

      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 Před 3 měsíci

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

  • @akashkumar2990
    @akashkumar2990 Před 7 měsíci

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

    • @awssupport
      @awssupport Před 7 měsíci

      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

  • @MrHarry2303
    @MrHarry2303 Před 3 měsíci

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

    • @awssupport
      @awssupport Před 3 měsíci

      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

  • @kellymoses8566
    @kellymoses8566 Před 7 měsíci

    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 Před 7 měsíci

      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

  • @JanreyCablinda
    @JanreyCablinda Před měsícem

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

    • @awssupport
      @awssupport Před měsícem

      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 Před měsícem

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

    • @awssupport
      @awssupport Před měsícem

      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 Před měsícem

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

    • @awssupport
      @awssupport Před měsícem

      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