• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
  1. Home
  2. laurent.bartet
  3. Posts
L
  • Profile
  • Following 0
  • Followers 0
  • Topics 0
  • Posts 4
  • Best 0
  • Controversial 0
  • Groups 0

Posts made by laurent.bartet

  • RE: Get user email in claims with saml

    @mark-robustelli
    Hi,

    I found my problem, I had to use the fusionauth logout before.
    Now all is ok.
    Thank you for your help!

    posted in General Discussion
    L
    laurent.bartet
    25 Apr 2025, 07:55
  • RE: Get user email in claims with saml

    Yes it was assigned to a saml identity provider:

    d5531a4b-f291-4d82-9cbf-02e9452787a1-image.png

    posted in General Discussion
    L
    laurent.bartet
    24 Apr 2025, 07:56
  • RE: Get user email in claims with saml

    @mark-robustelli

    It's a Reconcile assigned to a saml identity provider but I have nothing in event log, the Debug mode is activated.
    You can see my screenshots.
    Screenshot_1.png Screenshot_3.png Screenshot_4.png Screenshot_5.png

    posted in General Discussion
    L
    laurent.bartet
    23 Apr 2025, 08:02
  • RE: Get user email in claims with saml

    Hi,

    Thank you for your reply,

    I created a lambda very simple:

    // Using the samlResponse, reconcile the User and User Registration.
    function reconcile(user, registration, samlResponse) {
    console.debug("Lambda Start");
    user.data = user.data || {};
    user.data.country = "France";
    console.log('Lambda finish!');
    }

    Assigned to the good identity but finaly user.data is void and I don't have log events or debug envents.
    I don't know if it's running.

    Thanks,

    posted in General Discussion
    L
    laurent.bartet
    22 Apr 2025, 14:55