<?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: SAS Mobile BI SAML Authentication in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/450357#M9804</link>
    <description>&lt;P&gt;we have done all these still it is not working&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Apr 2018 14:16:45 GMT</pubDate>
    <dc:creator>ashishj816</dc:creator>
    <dc:date>2018-04-02T14:16:45Z</dc:date>
    <item>
      <title>SAS Mobile BI SAML Authentication</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/449946#M9790</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have SAS&amp;nbsp; installed and to it SAML and LDAP is integrated.&lt;/P&gt;&lt;P&gt;i am able to login via SAS VA web Application, but when i try to login via SAS Mobile BI it gives me error as&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The User ID and password is incorrect".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what might be the issue and how to find out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 14:42:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/449946#M9790</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2018-03-30T14:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mobile BI SAML Authentication</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/449949#M9791</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/82817"&gt;@ashishj816&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mobile BI does not support SAML authentication, just username/pasword.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you go through the WebAuthentication steps, there is one step for setting the Authentication provider.&lt;/P&gt;
&lt;P&gt;You will need to have 2 providers, one will be the SAML provider, and then you will need a secondary one for mobile devices with just Basic Authentication.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 14:52:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/449949#M9791</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-03-30T14:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mobile BI SAML Authentication</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/450129#M9793</link>
      <description>&lt;P&gt;Do you have some document or link which has all these steps&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 13:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/450129#M9793</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2018-03-31T13:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mobile BI SAML Authentication</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/450132#M9794</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/82817"&gt;@ashishj816&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see SAS 9.4: Web Authentication &lt;A href="http://documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n1bhp608f0hsoen10i1vi0p9l5f7.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n1bhp608f0hsoen10i1vi0p9l5f7.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt; specially the "Modifying SAS Visual Analytics Transport Service Installation Files" paragraphs (one per maintenance version)&amp;nbsp; that basically modifies the&amp;nbsp; way for transport services to login (Mobile BI) aka &lt;STRONG&gt;TransportLogin&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you pay attention, at the end of the code BASIC authentication is included&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;login-config&amp;gt;
               &amp;lt;auth-method&amp;gt;&lt;STRONG&gt;BASIC&lt;/STRONG&gt;&amp;lt;/auth-method&amp;gt;
               &amp;lt;realm-name&amp;gt;Tomcat Host Manager Application&amp;lt;/realm-name&amp;gt;
  &amp;lt;/login-config&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;You will need to set the single user/password for the BASIC authentication.&lt;/P&gt;
&lt;P&gt;For more information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Authentication Mechanisms&lt;/STRONG&gt; : &lt;A href="http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0fhj41a5vyo2fn1gsmtm37ymwbg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0fhj41a5vyo2fn1gsmtm37ymwbg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Web Authentication&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0fhj41a5vyo2fn1gsmtm37ymwbg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0fhj41a5vyo2fn1gsmtm37ymwbg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;How to Configure Web Authentication&lt;/STRONG&gt; (this should be -partially- done at your environment, to enabel SAML, you will miss the Transport part):&amp;nbsp;&lt;A href="http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n13hplgie618g8n11o5q04cmhkgw.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n13hplgie618g8n11o5q04cmhkgw.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 14:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/450132#M9794</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-03-31T14:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mobile BI SAML Authentication</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/450357#M9804</link>
      <description>&lt;P&gt;we have done all these still it is not working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 14:16:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/450357#M9804</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2018-04-02T14:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mobile BI SAML Authentication</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/450382#M9805</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/82817"&gt;@ashishj816&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it sounds to me as a very typical case of asking this question to SAS Technical Support or to your SAS representative, so they can give it the best addressing, because it might need a good analysis on-site. Perhaps there is a component giving errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway,&amp;nbsp;what&amp;nbsp;you can still do, is to activate, increase the information level and check the logs in:&lt;/P&gt;
&lt;P&gt;- the mobile device, the Mobile BI app.&lt;/P&gt;
&lt;P&gt;- the SASLogon app&lt;/P&gt;
&lt;P&gt;- the transport services&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Between those, you should be able to get additional insights, or the consultant that will help you.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 15:47:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Mobile-BI-SAML-Authentication/m-p/450382#M9805</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-04-02T15:47:38Z</dc:date>
    </item>
  </channel>
</rss>

