Esri / workflowmanager-viewer-js

Source code for ArcGIS Workflow Manager Classic JavaScript viewer - Manage your workflows on the web.
Apache License 2.0
26 stars 31 forks source link

Sign-in failed with ArcGIS Enterprise 10.7.1 with federated authentication (ADFS 3.0) #13

Open rgmolina opened 4 years ago

rgmolina commented 4 years ago

We failed to get success trying to login on Workflow manager viewer with credential from domain user, Enclosed you find the details and the appconfig , index files as well.

thx in advance

Issue with Workflow manager Web Viewer.docx AppConfig.txt

index.txt

chrisfahner commented 4 years ago

There was an issue we were having with domains when we implemented Workflow Manager. There were some corrections that ESRI made to the files in js\app to resolve it.

I believe I also had to update another file to get the domain account to pass through correctly as our domain accounts are defined as in Windows (domain\user) and in ESRI they are (user@domain) which was not getting picked up correctly

rgmolina commented 4 years ago

Thx for the answer, Indeed I work for ESRI Chile, and the issue if for the most important forestry client in Chile. Then could you so kind to give us some contact at ESRI in order to get the proper modification for js files and fix the issue?

chrisfahner commented 4 years ago

The files that were fixed are attached to this repository, I will try to search old e-mails and see if I can find the contacts. I know it was the product manager\team for Workflow Manager that we were in communication with.

Thanks,

Chris Fahner IT Director Corby Energy Services, Inc.

From: Rodrigo Molina Sandoval notifications@github.com Sent: Friday, February 14, 2020 12:57 PM To: Esri/workflowmanager-viewer-js workflowmanager-viewer-js@noreply.github.com Cc: Chris Fahner cfahner@corbyenergy.com; Comment comment@noreply.github.com Subject: Re: [Esri/workflowmanager-viewer-js] Sign-in failed with ArcGIS Enterprise 10.7.1 with federated authentication (ADFS 3.0) (#13)

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

Thx for the answer, Indeed I work for ESRI Chile, and the issue if for the most important forestry client in Chile. Then could you so kind to give us some contact at ESRI in order to get the proper modification for js files and fix the issue?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FEsri%2Fworkflowmanager-viewer-js%2Fissues%2F13%3Femail_source%3Dnotifications%26email_token%3DAKNHMIMDJ2BCUNU7NZY4YNTRC3LQJA5CNFSM4KU4LVHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELZ4DSY%23issuecomment-586400203&data=01%7C01%7Ccfahner%40corbyenergy.com%7Cc7fec441356c478d6c8508d7b1775907%7C3aadd3f8caf74ababef7f27e514ccd4e%7C1&sdata=8Ksoi8eTKK2W3jFo%2Br0YMXyTW%2B17DX%2Fal2gHjF37Thk%3D&reserved=0, or unsubscribehttps://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAKNHMIOUV7RU4ECX5YRYNETRC3LQJANCNFSM4KU4LVHA&data=01%7C01%7Ccfahner%40corbyenergy.com%7Cc7fec441356c478d6c8508d7b1775907%7C3aadd3f8caf74ababef7f27e514ccd4e%7C1&sdata=Hx2taA3p4o5OAc8A1OTiNoYop5Awh6%2B%2F1%2Fw%2BNJ1Iex8%3D&reserved=0.

CONFIDENTIALITY STATEMENT

Corby Energy Services, Inc.

The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.

While this firm uses virus protection, the recipient should check this e-mail and any attachments for the presence of viruses. Neither the sender nor this firm accept any liability for any damage caused by any virus transmitted by this e-mail.

llam001 commented 4 years ago

Hi Rodrigo,

If you hit the Workflow Manager Service REST /users endpoint directly, do you see the expected user list? The username to log into the app has to match a username returned from the /users list.

For example: http://workflowsample.esri.com/arcgis/rest/services/Workflow/WMServer/community/users

Also, please take a look at the console log from your browser to see if additional information is provided.

Thanks, Lalaine