<?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: Multiple Users for same Host in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1412280#M12640</link>
    <description>&lt;P&gt;I get why different maps are secured for different users. That makes total sense. Where I'm a bit confused is a scenario where a user wants to be signed in as multiple different users at the same time, and would just love to understand that a little better, in case there's something we're missing wrt supporting that&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2024 15:43:53 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2024-04-19T15:43:53Z</dc:date>
    <item>
      <title>Multiple Users for same Host</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1411723#M12632</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, I'm using Esri ArcGIS Runtime Version 100.15 (WPF) and I'm trying to integrate multiple WFS-"Maps" hosted on the same Server but with different Credentials.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The URL to the Services look like this: "{sameHost}/wfs?map={differentMap}"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Each Map on this host requires different credentials.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was wondering if ArcGIS&amp;nbsp;AuthenticationManager always only relies on the Host-Name/Query or if I can reliably create different credentials per&amp;nbsp;CredentialRequestInfo.ServiceUri (using AuthenticationManager.ChallangeHandler)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or is there a more elegant way to create multiple Credentials for the same Host?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 15:37:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1411723#M12632</guid>
      <dc:creator>TimScheiber</dc:creator>
      <dc:date>2024-04-18T15:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Users for same Host</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1411744#M12633</link>
      <description>&lt;P&gt;Different credentials for the same host at the same time is not something that the maps sdk supports.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'd be curious about the use-case for this, as we don't expect a user to be multiple different users at the same time.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 16:13:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1411744#M12633</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-04-18T16:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Users for same Host</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1412099#M12638</link>
      <description>&lt;P&gt;Hi, the reason&amp;nbsp;we want different credentials for the same host is that our GIS provider hosts multiple maps for different Customers on the same URL and only differentiates the maps by the "...?map={xyz}" parameter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because a customer shouldn't be able to access a map of a different customer, each map requires different credentials.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to integrate maps from different customers, requiring different credentials for each.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 06:20:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1412099#M12638</guid>
      <dc:creator>TimScheiber</dc:creator>
      <dc:date>2024-04-19T06:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Users for same Host</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1412280#M12640</link>
      <description>&lt;P&gt;I get why different maps are secured for different users. That makes total sense. Where I'm a bit confused is a scenario where a user wants to be signed in as multiple different users at the same time, and would just love to understand that a little better, in case there's something we're missing wrt supporting that&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 15:43:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1412280#M12640</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-04-19T15:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Users for same Host</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1560616#M13130</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1052"&gt;@dotMorten_esri&lt;/a&gt;&amp;nbsp; adding a use case:&lt;/P&gt;&lt;P&gt;Semi-offline app with database synced from FeatureServer with enabled versioning, with "version per each downloaded replica" enabled.&lt;/P&gt;&lt;P&gt;The app is used by multiple users (on the same PC, at different times, they authenticate with OAuth to AGE) and they all use the same local database.&amp;nbsp;The database is large and it makes no sense to download it for each user separately. All of the users want to sync their work when their shift is over.&lt;/P&gt;&lt;P&gt;The replica version on the server is not visible to anyone but the user that first created the replica. I can make the version public but then it shows up everywhere. If I could use an admin user to manage the sync stuff, that would make my life easier.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 09:11:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/multiple-users-for-same-host/m-p/1560616#M13130</guid>
      <dc:creator>ViktorSafar</dc:creator>
      <dc:date>2024-11-20T09:11:41Z</dc:date>
    </item>
  </channel>
</rss>

