Questions in topic: "authentication" https://knowledge.亚搏在线safe.com/questions/topics/single/20378.html “认证”主题的最新问题 ArcGIS Online authentication using FME Desktop https://knowledge.亚搏在线safe.com/questions/87348/arcgis-online-authentication-using-fme-desktop.html

Seems that the ArcGIS Online authentication token expires in fairly short order.有人找到解决这个问题的方法吗?This makes running scheduled tasks difficult as re-authentication is needed on a daily basis it seems.

This is most likely an issue on the Esri side as FME is just passing your credentials to the Esri's OAuth api endpoint.

I'm wondering if anyone has stored their AGO credentials in the workspace,pass those credentials to the OAuth api for authorization,then continue on with accessing feature services in AGO?Probably not the best idea to do this...

arcgis online authentication FME桌面2018 清华大学,2019年2月21日16:18:01格林尼治标准时间 停机88
SecureAuth SAML authentication for Portal (enterprise) - Error accessing feature services https://knowledge.亚搏在线safe.com/questions/84802/secureauth-saml-authentication-for-portal-enterpri.html

我得到"Python Exception U'代币

发生了致命错误。查看上面的日志文件了解详细信息

未能从1个数据集中从“ARCGISPORTAL”中获取任何模式。这可能是由于许可证无效的数据集或格式可访问性问题造成的,依赖关系,or module loading.See logfile for more information

UnvialLeaReal-Read Schema导致返回0个模式特征

Reader参数(0)= > HTTPS://GISGATEAVEA.WALAMS.COM/POPURCE <

读取器参数(1)= >检索

读取器参数(2)=>是

读取器参数(3)= > AuthyType

Reader Parameter(4) = >generate_token<

Reader Parameter(5) = >USER<

Reader Parameter(6) = >ckeating2<

Reader Parameter(7) = >PASSWORD<

Reader Parameter(8) = >********<

Reader Parameter(9) = >_MERGE_SCHEMAS<

读取器参数(10)=>是

Reader Directive(0) = >RUNTIME_MACROS<

Reader Directive(1) = >RETRIEVE_ALL_FS_NAMES,Yes,AUTH_TYPE,generate_token,USER,ckeating2,PASSWORD,********,_MERGE_SCHEMAS,YES<

Configuration object contents:

FME临时文件夹:C:\用户\CKATAT~ 1 \AppDATAB\STATE TEMOP

映射文件行0:“应用程序”FMEYWorkStay'

mapping file Line 1: `AUTOREG' `YES'

映射文件行2:“LogyActudio”UTF-8

映射文件行3:‘LogixMax特征’- 1’

mapping file Line 4: `LOG_APPEND' `NO'

映射文件行5:“FMEJHOMED”c:\程序文件\FME2018\'

mapping file Line 6: `FME_SESSION_USED' `TRUE'

mapping file Line 7: `R_4_METAFILE' `ARCGISPORTALFEATURES'

映射文件行8:“Ry4x数据集”HTTPS://GISGATEWA.WALAMS.COM/PARTION

映射文件行9:“Ry44ReopeE.AlfFSSY名称”“是”

映射文件行10:“r44AuthyType”“GeaEngType”

映射文件行11:“Ry4x用户”CKATATIG2

mapping file Line 12: `R_4__MERGE_SCHEMAS' `YES'

映射文件行13:“Ry44ReopeE.AlfFSSY名称”“是”

映射文件第14行:`R_4_auth_type'`generate_token'

映射文件行15:“Ry4x用户”CKATATIG2

映射文件行16:'Ry4xMyGeGyStudias'“是”

映射文件第17行:“R_4_MERGE_SCHEMAS”“是的”

mapping file Line 18: `R_4_FEATURESERVICE' `'

mapping file Line 19: `SCHEMA_TIME' `YES'

映射文件关键字:“Ry4x数据集”发生1次(s)

映射文件关键字:“LogixMax特征”发生1次(s)

mapping file Keyword: `LOG_APPEND' occurs 1 time(s)

mapping file Keyword: `R_4__MERGE_SCHEMAS' occurs 2 time(s)

mapping file Keyword: `R_4_MERGE_SCHEMAS' occurs 1 time(s)

mapping file Keyword: `R_4_PASSWORD' occurs 2 time(s)

映射文件关键字:“AutoRg”发生1次(s)

mapping file Keyword: `R_4_METAFILE' occurs 1 time(s)

mapping file Keyword: `FME_HOME' occurs 1 time(s)

mapping file Keyword: `R_4_AUTH_TYPE' occurs 2 time(s)

mapping file Keyword: `LOG_ENCODING' occurs 1 time(s)

映射文件关键字:“application”发生1次

映射文件关键字:“r_4_FeatureService”发生1次

mapping file Keyword: `R_4_USER' occurs 2 time(s)

mapping file Keyword: `SCHEMA_TIME' occurs 1 time(s)

mapping file Keyword: `R_4_RETRIEVE_ALL_FS_NAMES' occurs 2 time(s)

mapping file Keyword: `FME_SESSION_USED' occurs 1 time(s)

UnvialLeaReal-Read Schema导致返回0个模式特征

未能从1个数据集中从“ARCGISPORTAL”中获取任何模式。这可能是由于许可证无效的数据集或格式可访问性问题造成的,依赖关系,or module loading.See logfile for more information当我们通过门户连接到特征服务时出错。We are using "SecureAuth - SAML".


我的问题是,这可能是FME问题还是我们门户网站的问题?我找不到与这个具有安全身份验证的确切身份验证方法相关的内容。


我正在使用FME桌面2018.1。have no issues with authentication to our portal through IE or Chrome browsers.

authentication fmedesktop feature service 门户 清华大学,2019年1月3日18:58:39格林威治标准时间 开垦
API call to external resource works in POSTMAN but doesn't work in httpcaller https://knowledge.亚搏在线safe.com/questions/84250/api-call-to-external-resource-works-in-postman-but.html

你好:

I have an external resource that has an API that utilizes basic authentication using a token.

When I run the api call using postman or other REST API testing software,I get an OK response.

When I try running it using the httpcaller,I get a:

HTTPCaller(HTTPFactory): Received HTTP response header: 'HTTP/1.1 403 Forbidden' message.

Inspecting the response body gives:

{"code":"rest_forbidden_context","message":"Sorry,you are not allowed to view entries","data":{"status":403}}


I know that the api is working because it works in POSTMAN and other REST API testing software.要让HTTP调用者工作,我缺少什么?

I'm new to APIs and to FME.I'll be happy to provide any info needed.

谢谢!


Herbert Cruz


Here's the input on FME.


这里是RestLoT测试输入




谢谢大家!

httpcaller authentication api 清华大学,13十二月2018日23时11分22分 永胜萨
Sharepoint reader AFS or Two factor authentication support https://knowledge.亚搏在线safe.com/questions/84111/sharepoint-reader-afs-or-two-factor-authentication.html

早上好!

我正在使用FME 2018用于下面所示的过程:

Does 亚搏在线Safe support or plan to support AFS or Two FactorAuthentication for the SharePoint Reader?

我有一个过程,我需要读取和操作SharePoint上的文件托管并将它们移到另一个SharePoint站点。SO far I am not able to even read the data because of the authentication.有什么小窍门吗?

authentication sharepoint 星期二,11 Dec 2018 17:32:45 GMT 格里
OAuth 2.0 support for FME Server HTTPS://知识.SAFE CO亚搏在线M/IDEA/837 7/OAuth-20支持-FE-FME-Serv.HTML

Our customers are asking for this,when creating APIs with FME Server's REST.At the moment REST API Service only uses tokens for authentication and not OAuth.

FMESER authentication 星期二,04 Dec 2018 06:51:42 GMT geolassi
How to add TOKEN within a HTTPCaller RESTful API request? https://knowledge.亚搏在线safe.com/questions/80786/how-to-add-token-within-a-httpcaller-restful-api-r.html

嗨,伙计们,

I've tried to find any related question from this one,没有运气,so here is my doubt:

我想用电视传真机to send a GET,邮政,更新,。。。request to this RESTful API:

美国石油学会

所以,验证请求是必要的我和变压器关系不好电视传真机,所以,I'm not sure if there is any particular option/way to insert the Token within the requests.应该将令牌值放在页眉内吗?I'm totally lost.

If I plainly send the request

,返回一个HTTP错误:

HTTP/1.1 401 Unauthorized - https://xyz.api.here.com/hub/spaces?includeRights=false&owner=me

Could you give any hint?

提前感谢,

httpcaller authentication api 令牌 宁静的 清华大学,18 OCT 2018 14:03:40GMT juanmahere
OAuth 2.0 407 Proxy Authentication Required HTTPS://Kealg.Faul亚搏在线.COM/Quass/7898/OAuth-20407代理认证-RealdEdv.HTML

嗨,朋友们,

I am having trouble authenticating any OAuth 2.0 web connections with FME Desktop 2018.1 (Build 18528).I am trying to access ArcGIS Online but this problem occurs with any OAuth 2 service.I understand that the issue is with my organisations proxy/firewall but I am trying to diagnose precisely where the failure is occurring.FYI我们使用一个PAC文件代理。

在“选项>网络代理”中,我已经检查了“使用系统代理设置”。I know I can get access to the internet with this setting because I have access to FME Hub and can use HTTPCaller.

在“Web连接>管理服务”中,I select the new connection I created for AGOL and click Test.凭据屏幕出现,所以我输入我的凭据并点击登录。I then get a Network Error dialog box saying "Failed to obtain refresh token: Error retrieving access token.Check Log Window for more details." In the log file I get the message: "407 Proxy Authentication Required" followed my a web page from organisations proxy (in plain HTML) saying that "Authentication Failed,the website you have requested is blocked."

My network team white-listed www.arcgis.com both on the proxy and firewall but that made no difference.They gave my IP free access to the internet and it worked (I set Network Proxy to No proxy) but they are loathe to allow me persistent free access so I need a fix.

What I would like to know is:

  1. How does FME use OAuth 2.0?
  2. Where in the chain does it break?
  3. 我的网络团队需要解决这个问题?

多谢,

戴维



arcgis online authentication proxy 二千零一十八点一 Fri,21 SEP 2018 08:1900 GMT 戴姆麦克德莫特
SFTP File download "Failed Initialisation" HTTPS://Kealg.Faul亚搏在线.COM/Quass/7875 1/SFTP文件下载-失效初始化

你好,

我知道这已经被部分回答了herebut it doesn't quite answer my exact issue.

我试图使用ftpcaller从sftp站点下载文件,但得到错误“初始化失败”。FME will create the target file fine but with no data in it,and with the above error.

I have tested FTPCaller on other SFTP sites and it works fine.

我可以使用FielZILA下载文件,也可以使用StaleCalor转换器运行文件下载来运行运行PuTTY的批处理文件(使用PSCP COMAND线)。All with the same credentials.

所有文件权限似乎都设置得很好,并且我尝试改变FTPCARER中的每个参数,除了SSH代理/选项卡验证之外。Having already got it to run with PuTTY I didn't see any advantage to going down this route.

我真的很想能够直接用FME来做这件事,而不涉及第三方的包装,如寻呼机或油灰。Is this possible?

提前感谢,

Jake

authentication files SFTP 下载失败 结婚,19 Sep 2018 08:23:45 GMT jake
Force WFS reader to send authentication headers https://knowledge.亚搏在线safe.com/questions/77380/force-wfs-reader-to-send-authentication-headers.html

I'm attempting to use the WFS reader to retrieve a capabilities document using HTTP Basic authentication.However,I suspect that FME isn't sending the Authentication header unless it's challenged with a 401 response from the server,这是一个问题,因为我连接的服务器返回200个响应,其中包含未经身份验证用户的公共层,因此没有任何挑战。

Are my suspicions are correct?Is there a way to force FME to send the Authentication header without waiting to be challenged with a 401 response?

Things I've tried:

- Checked "Use Network Authentication",selected "Basic" authentication,并添加了用户名和密码。No private layers appear under "Feature Types".

- Manually typed the name of a private layer into "Feature Types".FME说,在能力文档中没有发现该层。

-将用户名和密码添加到URL中,例如https://username:password@server/wfs.

authentication Web服务 HTTP协议 WFS阅读器 星期二,28 Aug 2018 21:43:34 GMT 特里斯坦姆卡迪
与微软图形API的连接 HTTPS://Kyf.Faul.C亚搏在线OM/Quass/7688/Calntoto to S微软-GAP-API.HTML

Have anyone managed to connect to Microsoft Graph API?我正在考虑认证部分。
HTTPS://Suffer-MySo.CON/EN-US/图

The authentication is described here: https://developer.microsoft.com/en-us/graph/docs/concepts/auth_overview

Any help?

authentication 休息 api microsoft 结婚,15 Aug 2018 18:25:21 GMT 西格蒂
如何在FME服务器2018中为Active Directory用户生成令牌? https://knowledge.亚搏在线safe.com/questions/76152/how-to-generate-token-for-active-directory-user-in.html

我配置了FME服务器2018,带有ActiveDirectory身份验证和单点登录。I can login with my AD user and run workspaces,但是我不能通过我的广告用户通过令牌服务生成令牌。How do I generate a token for an AD user with the Token Service?

我不想在登录到WebInterface后通过管理令牌生成令牌,because I want to generate a token for a Web application.

authentication active directory 令牌 token service Fri,10八月2018日下午12:07格林尼治时间 马蒂恩布
An error occurred while attempting to initialize the JAAS login context https://knowledge.亚搏在线safe.com/questions/70247/an-error-occurred-while-attempting-to-initialize-t.html

你好,我们had使用FME服务器的下列问题:

Could not login using AD user account.

Error log shows first Authenticating user using SASL mechanism"GSSAPI" with KDC address and realm"NL"...,which succeeds.After that an exceptions appears "LDAPException(resultCode=82 (local error),errorMessage='An error occurred while attempting to initialize the JAAS logincontext for GSSAPI authentication: javax.security.auth.login.LoginException: null (68) caused by KrbException:null (68) caused by KrbException: Identifier doesn't match expected value(906)')",and therefore FME Server concludes "Failedlogin by user due to insufficient credentials."

这似乎是由于FME服务器不支持ActudioDirectory服务器(由于我们使用多个AD服务器的故障转移)。Specifying just one of them (in stead of the domain)seems to be a solution to the problem,however,如果FME服务器支持多个广告服务器机制,那就太好了。

还有其他人认识到这个问题吗?

authentication active directory Mon,14 May 2018 07:57:56 GMT helmoet
JDBC连接字符串-口令掩码 HTTPS://Kyf.Faul.C亚搏在线OM/Quass/6778/JDC-Couth-PrimeSouthPosivsMaskEng.HTML

你好,

当使用JDBC连接时,有一个选项输入用户/PASS作为参数,但是我不确定如何格式化连接字符串来利用这些参数。到目前为止,I can only connect if I embed my user/pass (as plain text) in the JDBC connection string.有什么想法吗?

JDBC:SCWAPI:

authentication JDBC 连接字符串 SCWAPI 结婚,04 Apr 2018 14:34:29 GMT 液晶
FME服务器2017上的REST API头令牌授权失败 HTTPS://知识.SAF.COM亚搏在线/DISS/6503/REST-API-Heer-ToK-Authosial-Reals-on FME-S.HTML

On FME Server 2017 Rest API V3,基于头部令牌的身份验证总是失败。我正在根据以下文档设置标题:HTTPS://DOCS.亚搏在线SAFE COM/FME/HTML/FMEESTRES/APIDOC/V3/NETX.HTML

例如:

curl -X GET -H "Content-type: application/json" -H "Accept: application/json"  \-H "Authorization: fmetoken token=abc123456789"  \'http://myfmeserver/fmedatastreaming/metering/meterping.fmw?meterid=123456'

receives the following error:

The request has not been applied because it lacks valid authentication credentials for the target resource.

但是,using the token in a query param works:

curl-x get-h“内容类型:application/json”-h“接受:application/json”\'http://myfmeserver/fmedatastreaming/metering/meterping.fmw?meterid=123456&token=abc123456789'

也有授权头的基本AUTH工作:

curl -X GET -H "Content-type: application/json" -H "Accept: application/json"  \-H "Authorization:  Basic mybase64digest="  \'http://myfmeserver/fmedatastreaming/metering/meterping.fmw?梅特里德=123456

我检查了CORS以确保它允许授权头,还有其他配置需要检查吗?Any help would be greatly appreciated!

authentication REST API 令牌 结婚,28二月2018日19时28分39分 danielspence
Elasticsearch writer doesn't support authentication? https://knowledge.亚搏在线safe.com/questions/64304/elasticsearch-writer-doesnt-support-authentication.html

我有一个弹性搜索实例,需要一个密码来写。我是否正确理解FME不能写入安全的弹性搜索?

authentication 弹性搜索 Mon,2018年2月19日08:33:08格林尼治标准时间 贾布