Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Nils Nilsson
    N
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Nils Nilsson

    @Nils Nilsson

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Nils Nilsson Follow

    Best posts made by Nils Nilsson

    This user hasn't posted anything yet.

    Latest posts made by Nils Nilsson

    • RE: SAML Authentication with Microsoft Active Directory

      Hi @rhessinger

      Thanks for telling me about the debug endpoint, would have been nice if debug options was made visible in the documentation, since there is already a header for troubleshooting -> https://docs.inedo.com/docs/installation/saml-authentication/various-saml-overview#troubleshooting.

      Using the debug output we managed to figure out our issue and get it working.
      In our case NameID was being sent as an attribute instead of being part of the subject, resolving that fixed our issue.

      <AttributeStatement>
        <Attribute Name="NameID">
            <AttributeValue>User ID</AttributeValue>
        </Attribute>
      </AttributeStatement>
      

      changed to

      <Subject>
        <NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">User ID</NameID>
      </Subject>
      

      Other information omitted for privacy.

      Thank you for your assistance in resolving this.
      Regards
      Nils

      posted in Support
      N
      Nils Nilsson
    • RE: SAML Authentication with Microsoft Active Directory

      Hi @rhessinger

      Thanks for rectifying the missing callback URL.
      Unfortunately it made no difference for our case as that was already the URL we were using.

      We made sure to verify that NameID is being sent in the claim without domain prefix.
      All other settings in our ADFS configuration looks as we would expect for a normal SAML integration.

      Currently any attempt att signing in using Single Sign-On returns this error: "ERROR: Object reference not set to an instance of an object."

      Regards,
      Nils

      posted in Support
      N
      Nils Nilsson
    • SAML Authentication with Microsoft Active Directory

      Hello.

      My organisation is attempting to configure SAML with our Microsoft Active Directory.
      We find that the documentation is lacking for this usecase and, even taking inspiration from the pages for AzureAD(EntraID) and PingID, could not produce a working integration.

      Primarily I haven't found any documentation that specify the callback urls for logon/logout.

      Thanks you for your advice,
      Nils Nilsson

      posted in Support
      N
      Nils Nilsson