|
POST
|
Hello Susan Zwillinger, Any update on this question ? Thanks !
... View more
04-03-2020
07:06 AM
|
0
|
0
|
10682
|
|
IDEA
|
I am under the impression that it is still the case with ArcGIS Pro 2.5.0 !
... View more
03-31-2020
02:58 AM
|
0
|
0
|
6818
|
|
POST
|
Many thanks for quick reply Susan Zwillinger ! Definitely interested to have more information about this component and specially your deployment with the ArcGIS Enterprise component. So if I understand correctly, you configured your Portal for ArcGIS "Enteprise login" to use the "SAML2P for IdentityServer 4" identity provider but then how does it prevent ArcGIS Enteprise from displaying a sign in page when non logged in as you mentioned on your thread: Can single sign on be achieved using OpenID Connect with a SAML add-in for ArcGIS Enterprise/Portal? How did you get rid of it in order to make the authentification to the identity provider automatic and thus provide an SSO experience ? Thanks
... View more
03-26-2020
09:05 AM
|
0
|
0
|
10684
|
|
POST
|
Hello Susan Zwillinger, Looking for information about support of OpenID Connect by Portal for ArcGIS, I stumbled upon this thread. I created a very similar one in case you are interested: https://community.esri.com/thread/248301-single-sign-on-experience-with-saml-on-arcgis-enterprise As you can see, it did not bring much attention from ESRI just like yours unfortunately. If you made any progress regarding this issue, would you please mind share it there ? Thanks
... View more
03-26-2020
07:44 AM
|
0
|
0
|
4873
|
|
POST
|
Hello, Analysing my webapplication built with ESRI JS API regarding best practices, it's been spotted that json request to tilemap vector tiles (/tilemap/0/0/0/32/32?f=json not the pbf ones /tile/4/8/7.pbf) are not gzip compressed. As everything else coming from this ArcGIS Enterprise 10.7.1 is gzipped, I don't think it is a configuration issue, isn't it ? Is there any reason for that ? Of course those requests are very small compared to the JS API size so it's doesn't have a big impact but it would avoid this noise. Any idea ? Thanks
... View more
03-26-2020
03:30 AM
|
0
|
0
|
941
|
|
POST
|
Hello, Since ArcGIS Server 10.7, the TPK I generate make Collector crashes. I have been generating these TPKs for Collector for 5 years using the very same python script. After migrating to 10.7, it crashes. On a side 10.6, it works. I believe it is because my TPK does not have a the full area with all the levels generated but only on small areas. Here is the workflow: - Let’s take a tiling scheme from level 0: 20 (no matter the scales values) - Generate cache for the whole mapservice up from scale 0:10. - Generate cache for small areas of this very same map service from scale 10:20. - Generate a TPK for the whole area of this mapService. - Copy that TPK on Collector for ArcGIS Classic or new - Zoom to one of this area you generated cache from 10:20 : Collector crashed. Any idea ? Thanks for your help !
... View more
03-12-2020
10:34 AM
|
0
|
1
|
1016
|
|
POST
|
A slightly better but it is still editing a file we are not supposed to: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Sign In</title> <script src="${contextPath}/files/scripts/detector.min.js"></script> <link rel="stylesheet" href="${contextPath}/files/css/site.min.css"> <script src="${contextPath}/files/scripts/oauth2.js?v7.1.4"></script> </head> <body> <div class="content-container"></div> <form id="oauth" method="post" action="" class="hide"> <input id="oauth_state" value="" name="oauth_state"> <input value="true" name="authorize"> </form> </body> <script> var oAuthInfo = ${oauthInfo}; document.getElementById("oauth_state").value = oAuthInfo.oauth_state; var oauthForm = document.getElementById("oauth"); oauthForm.action= oAuthInfo.federationInfo.idpAuthorizeUrl; oauthForm.submit(); </script> </html> Needless to say that it is not supported, a backup of the original file should be made, and I did not test very thoroughly: it is just a proof of concept as so far I did not find any better solution
... View more
02-27-2020
02:30 AM
|
0
|
0
|
10684
|
|
POST
|
One dirty workaround I found is editing "signing_default.html" file located for 10.7.1 to simulate the click on the enterprise login, located on Windows: C:\Program Files\Arcgis\Portal\framework\webapps\arcgis#sharing\WEB-INF\classes\oauthsignintemplates By adding the following javascript code after "signIn.startup(oAuthInfo);": var signInButton = document.getElementsByClassName("js-entlogin")[0]; if (signInButton) { signInButton.click(); }
... View more
02-26-2020
01:14 PM
|
0
|
0
|
10685
|
|
POST
|
No thought ? Does not seem like a use case for an organisation using SAML and Portal for ArcGIS with secured data ? Thanks !
... View more
02-23-2020
11:59 PM
|
0
|
0
|
10685
|
|
POST
|
Hello, I am trying to figure out if it is possible to provide a single sign on experience in applications built with data from ArcGIS Enterprise that requires the user to authenticate on the plateforme. Our portal is configured to use Enterprise Login via SAML with only one identity provider so users do not have any choice on the "sharing/rest/oauth2/authorize" page but to sign in to our IDP. I think it would make sense to forward them straight to the IDP but I believe it is not possible. Many of our web applications are already secured with SAML and the map in the application built with secured data from ArcGIS Enterprise is just a small part of it. So once the user authenticate on the web application, the map does not show up because they have to authenticate once again to ArcGIS Enterprise. Users are a bit confused (I thought I was already signed in ?!) as there are used to the SSO experience. I found out how to get rid of the authorization form "Request for Permission" by adding the web application to the "App Launcher" settings (too bad there is not a dedicated setting for that because ideally I would not want the app to be in the app launcher of ArcGIS Enterprise but just to be configured as "will not prompt members with the 'Request for Permissions' dialog" but that is just a small detail), but I cannot find a way to force the authentification to the IDP. Any idea ? Did I miss anything ? Thanks for your feedback !
... View more
02-15-2020
12:32 AM
|
1
|
16
|
19532
|
|
POST
|
Hello Jonathan Quinn, do you have more information about this request ? Any version number for example ? Thanks !
... View more
02-06-2020
07:32 AM
|
0
|
0
|
2891
|
|
POST
|
Finally ! This is great news Thanks for the follow up. Will test that on next.
... View more
01-30-2020
09:55 PM
|
0
|
0
|
2034
|
|
POST
|
Thanks for your reply ! Glad to read you had spotted it and that the suggestion has been taken taken into account.
... View more
12-26-2019
10:45 AM
|
1
|
2
|
4432
|
|
POST
|
Hello, I just upgraded an application to latest JS API 4.14 and noticed a small bug with the directions widget: <wbr> html markup is visible between the distance and the time. It is easily reproducible using the following sample: Directions widget | ArcGIS API for JavaScript 4.14 On a side note, I find it a bit confusing that minutes' abreviation is "m" rather than "min". Thanks !
... View more
12-25-2019
03:29 AM
|
0
|
4
|
4829
|
|
POST
|
Interesting ! Now that you say it, I realize it Many thanks for these explanations
... View more
12-19-2019
02:28 AM
|
0
|
0
|
3448
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | a week ago | |
| 4 | 3 weeks ago | |
| 1 | 4 weeks ago | |
| 2 | 4 weeks ago | |
| 1 | 4 weeks ago |