<?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: rest service authenticatoin issue after upgrade from BP6.4.3 to BP.610.2 in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46116#M235</link>
    <description>Hi Marco - without knowing how your environment is set up it's hard for me to help, and it might be more productive to raise a Support ticket. But if your environment is set up for native authentication (and not SSO) then I guess the first thing is to confirm that you are using the correct user name and password, and that you can manually log into the BP UI. I know this sounds obvious but it is a necessary 'sanity' check.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Mar 2022 09:31:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2022-03-10T09:31:00Z</dc:date>
    <item>
      <title>rest service authenticatoin issue after upgrade from BP6.4.3 to BP.610.2</title>
      <link>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46113#M232</link>
      <description>Hi, I ran in this issue after updating from BP6.4 to 6.10: I usually made some calls to rest services, something of this type:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://ROBOT:PORT/user" target="test_blank"&gt;https://ROBOT:PORT/user&lt;/A&gt; name USER&amp;amp;password PWD&amp;amp;status&lt;BR /&gt;after the 6.10 upgrade this call did not worked anymore: I had an "&lt;SPAN style="background-color: #f5f5f5; color: #333333; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 13px; white-space: pre-wrap;"&gt;AUTHENTICATION FAILED&lt;/SPAN&gt;" response on the password step (and then a&amp;nbsp; "USER NOT SET"), also if I postposed to the USER, my company's domain, like:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://ROBOT:PORT/user" target="test_blank"&gt;https://ROBOT:PORT/user&lt;/A&gt; name USER@COMPANY.COM&amp;amp;password PWD&lt;BR /&gt;I obtained a:&lt;BR /&gt;
&lt;PRE&gt;Could not find active password for user USER@COMPANY.COM&lt;/PRE&gt;
(and SOAP web services, restartyed to work using the new&amp;nbsp; USER@COMPANY.COM user)&lt;BR /&gt;Do someone of you encountered (and hopefully solved) this same problem?&lt;BR /&gt;Thank you,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;marco&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Oreste Pogliaghi&lt;BR /&gt;------------------------------</description>
      <pubDate>Wed, 09 Mar 2022 13:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46113#M232</guid>
      <dc:creator>marco.pogliaghi</dc:creator>
      <dc:date>2022-03-09T13:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: rest service authenticatoin issue after upgrade from BP6.4.3 to BP.610.2</title>
      <link>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46114#M233</link>
      <description>Hi Marco - is it related to this setting that was introduced between 6.4 and 6.10, and is enabled by default.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="34282.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34347iD3E04C0040146AB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="34282.png" alt="34282.png" /&gt;&lt;/span&gt;&lt;BR /&gt;This is from the Help:&lt;BR /&gt;
&lt;H4&gt;&lt;EM&gt;Session management enforces permissions of controlling user&lt;/EM&gt;&lt;/H4&gt;
&lt;P&gt;&lt;EM&gt;Enabled by default. When enabled, when session control actions are requested the permissions of the controlling user will be validated. If disabled, the session control actions validate the permissions of the account used to authenticate the runtime resource against the environment.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;It is recommended that this setting is enabled. When enabled, the create, start and delete resource pc commands are no longer valid. They are replaced by the commands: createas, startas, deleteas&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2022 18:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46114#M233</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2022-03-09T18:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: rest service authenticatoin issue after upgrade from BP6.4.3 to BP.610.2</title>
      <link>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46115#M234</link>
      <description>&lt;DIV&gt;Hi John, thank you for your reply, I'm not sure it applies to my case: I've the error just on authentication, far before asking for any other action.&lt;/DIV&gt;
&lt;DIV&gt;I've tried without the flag, and the issue remains unaltered:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &lt;A href="https://ROBOT:PORT/user" target="test_blank"&gt;https://ROBOT:PORT/user&lt;/A&gt; name USER&amp;amp;password PWD&lt;/DIV&gt;
&lt;DIV&gt;returns&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; USER SET&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; AUTHENTICATION FAILED&lt;/DIV&gt;
&lt;DIV&gt;while&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &lt;A href="https://ROBOT:PORT/user" target="test_blank"&gt;https://ROBOT:PORT/user&lt;/A&gt; name USER@COMPANY.COM&amp;amp;password PWD&lt;/DIV&gt;
&lt;DIV&gt;returns:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; USER SET&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Could not find active password for user svc_svc_aurora_uat@db.com&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;The issue seems more related to some default use of domain suffix or user type, also, it is strange that "getCredential" authenticates the "USER@COMPANY.COM" (and no more the "USER" as in 6.4).&lt;/DIV&gt;
&lt;DIV&gt;Is there some other default changed? Which different authentication steps do the rest service and the getCredential action?&lt;/DIV&gt;
&lt;DIV&gt;Maybe the rest service does not authenticate no more system users?&lt;/DIV&gt;
&lt;DIV&gt;Or there is some defaults changed or that have to be considered in managing of users (I see BPAUser table is a bit different from 6.4 to 6.10)&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;marco&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Oreste Pogliaghi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2022 08:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46115#M234</guid>
      <dc:creator>marco.pogliaghi</dc:creator>
      <dc:date>2022-03-10T08:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: rest service authenticatoin issue after upgrade from BP6.4.3 to BP.610.2</title>
      <link>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46116#M235</link>
      <description>Hi Marco - without knowing how your environment is set up it's hard for me to help, and it might be more productive to raise a Support ticket. But if your environment is set up for native authentication (and not SSO) then I guess the first thing is to confirm that you are using the correct user name and password, and that you can manually log into the BP UI. I know this sounds obvious but it is a necessary 'sanity' check.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2022 09:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46116#M235</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2022-03-10T09:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: rest service authenticatoin issue after upgrade from BP6.4.3 to BP.610.2</title>
      <link>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46117#M236</link>
      <description>Hi John. just for a report it seems that the error was due to a misconfiguration that permitted dual authentication (both SSO and native), after being returned to the 6.4 image and redone the promotion with only SSO authentication, it worked.&lt;BR /&gt;Thanks,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; marco&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Oreste Pogliaghi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2022 16:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/rest-service-authenticatoin-issue-after-upgrade-from-BP6-4-3-to/m-p/46117#M236</guid>
      <dc:creator>marco.pogliaghi</dc:creator>
      <dc:date>2022-03-10T16:55:00Z</dc:date>
    </item>
  </channel>
</rss>

