<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAML Attributes don't get updated in the Controller in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731055#M7404</link>
    <description>&lt;P&gt;Hi Kai,&lt;/P&gt;

&lt;P&gt;The new user is created in the AppDynamics&amp;nbsp;database once the user is logged in, did you try to login after the login? Let me know if we can have a call to discuss the issue.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yogesh&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2018 11:06:13 GMT</pubDate>
    <dc:creator>Yogesh_Chouk</dc:creator>
    <dc:date>2018-09-19T11:06:13Z</dc:date>
    <item>
      <title>SAML Attributes don't get updated in the Controller</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731052#M7401</link>
      <description>&lt;P&gt;We added the SAML Authentication Provider to our AppDynamics Controller. When a user logs in for the first time the SAML Attributes get mapped to the AppDynamics Attributes Username, Display Name, and Email.&lt;/P&gt;

&lt;P&gt;Changes to Display Name or Email in the IdP don't get updated in AppDynamics, even if the Attributes in the SAML Response are correct.&lt;/P&gt;

&lt;P&gt;Is there a way to force an update to the user attributes? Or is it possible to delete a user and recreate it with the next login?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 11:08:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731052#M7401</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-09-14T11:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAML Attributes don't get updated in the Controller</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731053#M7402</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Once you login user will be created in the system. If you change any of the attributes it will create a new user. You can delete an existing user with the REST API.&lt;/P&gt;

&lt;P&gt;Please refer following document and below description -&lt;/P&gt;
&lt;P&gt;&lt;A title="https://docs.appdynamics.com/display/PRO45/RBAC+API#RBACAPI-DeleteUser" href="https://docs.appdynamics.com/display/PRO45/RBAC+API#RBACAPI-DeleteUser" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO45/RBAC+API#RBACAPI-DeleteUser&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;curl -X DELETE -u user1@customer1 http(s)://&amp;lt;controller-host&amp;gt;:&amp;lt;controller-port&amp;gt;/controller/api/rbac/v1/users/&amp;lt;user-id&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace user1 with your Admin user, customer1 with your account name, &amp;lt;controller-host&amp;gt; with the actual host and &amp;lt;controller-port&amp;gt; with the actual port.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace the &amp;lt;user-id&amp;gt; with the ID which you want to delete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get the User ID run the following query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Select id, name, email, security_provider_type from user where name=&amp;lt;user-name&amp;gt; and account_id=2 and security_provider_type = 'SAML';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace &amp;lt;User-name&amp;gt; with the name of the user which you want to delete. The above query will return the Id of the user, use that ID and execute the rest API.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;- Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:10:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731053#M7402</guid>
      <dc:creator>Pratik_Maskey</dc:creator>
      <dc:date>2018-09-17T12:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAML Attributes don't get updated in the Controller</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731054#M7403</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Thank you for your answer. The way to delete a SAML users really helped.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But Appdynamics does not create a new user when an attribute is changed. It just ignores it.&lt;/P&gt;
&lt;P&gt;The SAML Attribute in the ticket looks like this:&lt;/P&gt;
&lt;P&gt;&amp;lt;saml:Attribute FriendlyName="lastname" Name="lastname" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"&amp;gt;&amp;lt;saml:AttributeValue xmlns:xs="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xsi:type="xs:string"&amp;gt;"NAME1"&amp;lt;/saml:AttributeValue&amp;gt;&lt;/P&gt;
&lt;P&gt;if i change the name from "NAME1" to "NAME2" AppDynamics still shows the old name and no new user is created.&lt;/P&gt;
&lt;P&gt;And even if it did this would lead to a lot of Problems - there could be multiple users with the same username and password.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 07:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731054#M7403</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-09-18T07:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAML Attributes don't get updated in the Controller</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731055#M7404</link>
      <description>&lt;P&gt;Hi Kai,&lt;/P&gt;

&lt;P&gt;The new user is created in the AppDynamics&amp;nbsp;database once the user is logged in, did you try to login after the login? Let me know if we can have a call to discuss the issue.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yogesh&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 11:06:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731055#M7404</guid>
      <dc:creator>Yogesh_Chouk</dc:creator>
      <dc:date>2018-09-19T11:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAML Attributes don't get updated in the Controller</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731056#M7405</link>
      <description>&lt;P&gt;Hello Yogesh,&lt;/P&gt;

&lt;P&gt;i opened a ticket in the Support Portal. It is easier to send Screenshots and SAML Responses there.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kai&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 12:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731056#M7405</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-09-19T12:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAML Attributes don't get updated in the Controller</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731057#M7406</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 12:18:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731057#M7406</guid>
      <dc:creator>Yogesh_Chouk</dc:creator>
      <dc:date>2018-09-19T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAML Attributes don't get updated in the Controller</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731058#M7407</link>
      <description>&lt;P&gt;Did AppDynamics ever fix the code?&amp;nbsp; We are running OnPrem on version 4.3.3.&lt;/P&gt;

&lt;P&gt;We just implemented the use of SAML on our Dev Controller.&amp;nbsp; We have three controllers (Dev, QA, Prod).&amp;nbsp; My first time logging in, using SAML, the attributes were incorrect, so SAML passed through userid to the Name and User fields.&amp;nbsp; I've since correct it, and the key field (username) is correct, but the name field (full name) is still my userid.&amp;nbsp; Does AppD have any plans to fix this and update the fields with what SAML is passing through?&lt;/P&gt;

&lt;P&gt;What if someone in my org gets married, changes her last-name, legally, then gets her name changed in our company?&amp;nbsp; Will she still be known as her maiden last name, in AppD?&amp;nbsp; The way it's coded in AppD her last name will never change.&amp;nbsp; And if it does, a new user will not be created.&amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Based on what I read in this thread the issue still exists.&lt;/P&gt;

&lt;P&gt;I'm aware I can use a curl command to delete the user.&amp;nbsp; It's not a preferred solution, but I'm sure it works.&lt;/P&gt;

&lt;P&gt;Ross Flemer&lt;/P&gt;
&lt;P&gt;Aetna/CVS&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 20:54:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731058#M7407</guid>
      <dc:creator>Ross_Flemer</dc:creator>
      <dc:date>2019-12-27T20:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAML Attributes don't get updated in the Controller</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731059#M7408</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I spoke with some people and was told this, &lt;SPAN&gt;we do sync the SAML attributes on subsequent logins. this was implemented with version 4.5 of the controller."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 23:10:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SAML-Attributes-don-t-get-updated-in-the-Controller/m-p/731059#M7408</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2020-01-02T23:10:03Z</dc:date>
    </item>
  </channel>
</rss>

