Questions tagged [federated]

Federated processing is a delegation of method invocation calls to trusted third party APIs or web services.

Federated processing transparently maps requests from multiple locations to return a single response. A federated data source can be queried directly even though the data is not stored locally.

References

111 questions
1
vote
1 answer

PowerShell cmdlets for Azure AD federated domain (No ADFS)

I have domain1 and domain2 added in Azure AD. Trying to federate the 1st domain able to federate while 2nd causing problem, Gives the following problem: Convert-MsolDomaintoFederated -DomainName
Prem
  • 11
  • 3
1
vote
1 answer

Federated Table with a Dynamic Connection

I have B2B like application, facing a challenge is each of my clients needs to store their data in different RDS. I am planning to achieve this using MySQL federated engine, but while creating the local table, we need to specify connection string…
Dhanesh
  • 324
  • 2
  • 14
1
vote
1 answer

Federated store with repositories on different server with reasoning

I want to create a federated store with reasoning in Allegrograph; i can do that with 2 repositories in the same Allegrograph system but when i try to create a federated store with two repositories located on different server; the method…
j hsn
  • 47
  • 8
1
vote
1 answer

Federated store with repositories from different server

I want to create an abstract repository to a federated store in AllegroGraph. I can connect to the repositories stored on different server. But when I try to combine them using federate function, it throws an error that it cannot find the repository…
j hsn
  • 47
  • 8
1
vote
0 answers

Namenode failed to show new mount point for Viewfs in federated HDFS

I had this to start with in…
midair77
  • 11
  • 3
1
vote
1 answer

Out of the box federated search using Lucene/Solr/ElasticSearch

I have a requirement in which I want to search two or more search index when a particular query is being submitted to search server. Is there a way in which I can collectively search two or more search indexes (all of them indexes different things…
1
vote
1 answer

Using federated tables to connect MySQL to MSSQL

Can I use federated tables to make the integration of mysql and mssql ? I tried and it worked mysql to mysql , but if I try to connect to mssql , do not work. Thank You.
Matheus Campos
  • 27
  • 1
  • 10
1
vote
0 answers

ADFS 3 - Username change and signout issue

We have a website integrated with ADFS 3 for authentication. Website allows users to change their usernames, which in turn changes their usernames in AD. If users changes their usernames we log them out using…
rachen
  • 31
  • 3
1
vote
1 answer

How to implement XEP-0289 FMUC plugin on a XMPP server?

I need to implement a distributed XMPP MuC application on the lines of XEP-0289 minus some of the features, in essence I want to have a bare bones implementation of the plugin, my concern is to address fault-tolerance and as of now I do not want to…
S. Aditya
  • 35
  • 4
1
vote
1 answer

WebSphere Database Federated Repository

I'm trying to add a DB2 database repository to my federated repository. I'm using Websphere version 8.0. I've been running through Paul Ilechko's instructions…
milesacul
  • 145
  • 4
  • 13
1
vote
2 answers

Error #1159 with MySQL FEDERATED table and one kind of query

I have one problem with FEDERATED table in MySQL. I have one server (MySQL version 5.0.51a), who serve to store client data and actually nothing more. The logic database are stored in another server (version 5.1.56), sometimes it should handle that…
eurocups
  • 51
  • 1
  • 4
1
vote
3 answers

How can I decrypt SAML with PHP?

I have an application that I'm trying to integrate with Federated Security -- specifically, Siteminder. I'm using the PHP-SAML toolkit found here: https://github.com/onelogin/php-saml I have the x509 cert included in the application, and all works…
Topher
  • 11
  • 1
  • 2
1
vote
0 answers

web service testing tool for federated endpoints

would anyone know of a WCF testing tool, much like soapui, that can be used to make calls to federated endpoints? If there is know such tool, any ideas on how to call these services would be appreciated. One idea i had was to create a basic http…
1
vote
1 answer

What is the relationship between Sesame & Alibaba?

I am a beginner in this & I am having a hard time understanding this. What is Alibaba and Sesame? In the above two, which one does the query optimization and which one does the part of creating repositories. Any kind of input will be fine. Thanks.
0
votes
1 answer

WCF-based federated security in a service-oriented setup

So i have the following scenario: I have a WPF-application which includes a login-box. Users enter credentials, which is used to get a security token from a SecurityTokenService (STS). This token is parsed to a backend web-service, and in this way…