Migrating Auth0 Rules to Auth0 Actions

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

ความคิดเห็น • 11

  • @carducci000
    @carducci000 8 หลายเดือนก่อน +1

    Thanks @carlaustabile, do you have any details around the TEST objects, and what to manipulate to simulate different test scenarios, such as SAMLP or ADFS for example (what specific properties should be modified to simulate correctly). This Test object is quite large.
    Any documentation or training would be helpful if there is any.
    Also, where can you pick up the idToken after running the TEST feature, to see if any claims you've added are present?

  • @georgesmith9178
    @georgesmith9178 5 หลายเดือนก่อน

    Thumbs up, but it would be useful to know whey we no longer need callbacks. Thanks in advance.

  • @zhangchack5139
    @zhangchack5139 2 หลายเดือนก่อน

    if I want to redirect user goes to mfa selecting page after reset password, how should I do it ?

  • @AkashGupta-tf4ie
    @AkashGupta-tf4ie 3 หลายเดือนก่อน

    How to resolve this and can you please add runnable code in repo which you showed in Demo as well

    • @OktaDev
      @OktaDev  2 หลายเดือนก่อน

      Hi! You can find all the code in the original blog post: auth0.com/blog/migrating-auth0-rules-to-auth0-actions/

  • @ankurpoddar9113
    @ankurpoddar9113 ปีที่แล้ว

    Off the video question -
    Can we validate the access token using token introspection url for single page app that do not have client secret?
    If yes, how

    • @carlaustabile
      @carlaustabile ปีที่แล้ว

      Hello! Thanks for watching! SPAs, like any public client, are not supposed to inspect access tokens.
      The intended recipient of an access token (audience) is the API, and only the API is authorized to inspect them

    • @georgesmith9178
      @georgesmith9178 5 หลายเดือนก่อน

      @@carlaustabile
      In that case, how do we inspect them with the API, assuming, of course, we are the API owner?

    • @georgesmith9178
      @georgesmith9178 5 หลายเดือนก่อน

      Never mind, I found the answer: QT: Also, async / await is set up by default, so you do not need to use callbacks.:UNQT.
      You can see it in this blog on the Auth0 site: Introducing Auth0 Actions (scroll down about 45% of the page).