FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. anthony.hollingsworth
    3. Best
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by anthony.hollingsworth

    • RE: Error validating SAML logout request

      Found the cause and the solution with the help of Joshua on support

      The SAML logout request was generated by a library we are using, saml2-js. It seems this library had an outstanding pull request to fix the SAML logout request to add in the nameid_format attribute to the nameid element in the logout request. Setting this attribute solved the problem, as per Joshua's suggestion:

      Ideally, when completing a logout request, FusionAuth is provided a Name Id format of:
      urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
      or
      urn:oasis:names:tc:SAML:2.0:nameid-format:persistent

      posted in General Discussion
      A
      anthony.hollingsworth