Questions tagged [federation]

237 questions
3
votes
1 answer

SQL Azure Federations - Development Environment

My team development environment is based on local databases (SQL Server) and now I need to move our application to be based on SQL Azure Federations. There's any way to "emulate" SQL Azure Federations in a local environment? Or should our…
Guilherme Ferreira
  • 3,687
  • 6
  • 25
  • 38
3
votes
1 answer

Design Federation in SQL AZURE

I need your suggestion for applying Federation in SQL AZURE. In one my recent project I already have an Azure database. In this project I have a big list of customers and each customer has another big set of registered users (more than 25000 because…
Hope
  • 1,092
  • 4
  • 15
  • 34
3
votes
2 answers

Configuring federated passive Relying Party for IIS 7 classic mode error (Failed to Execute URL)

I have an ASP.Net Relying Party that uses Microsoft Identity Model and WIF for passive federated identity. The web application works fine in IIS 7 under a .Net 4 integrated pipeline application pool. But when I switch it to a .Net 4 classic pipeline…
2
votes
1 answer

Does JOSSO support federated login ( login using Twitter, Facebook Account)?

I would like to know weather the JOSSO support federated login ( login using twitter, facebook and so on account).
2
votes
1 answer

KeyCloak LDAP Role mapper with AD groups

I have a KeyCloak LDAP federation question. Using LDAP Federation I am trying to map specific AD groups to one specific KeyCloak role. Example Fido belongs to the AD Group "Dogs" (LDAP:memberOf:cn=dogs,cn=users,dc=test,dc=com) Fluffy belongs to the…
Drew
  • 21
  • 2
2
votes
1 answer

Live Reload by Webpack-Dev-Server when editing a Federated Module

I am working on an app leveraging micro-frontends with the Webpack Module Federation. My "host" app provides a login screen and a layout with menu, header and footer. My "modules" are sections of my app that accessible by a click on a menu's…
2
votes
0 answers

Webpack5 Module Federation fallback for failed network call

I recently made a federated module host that is federating the Header and the Footer of a site. Everything works as expected, but I am trying to build in some fallbacks if the request to the federated host fails. new ModuleFederationPlugin({ …
2
votes
0 answers

Apollo Federation - Hadling the error Entity -> `Entity` is an extension type, but `Entity` is not defined in any service

I wonder if there is any chance to handle the Apollo Federation Error: Apollo Federation - Hadling the error Entity -> Entity is an extension type, but Entity is not defined in any service The Scenario: In my service "LocalizationService", I extend…
2
votes
2 answers

What are the benefits of Apollo Federation over a local modularization library like GraphQL Modules?

When implementing a GraphQL solution it is often advantageous to modularize aspects of the graph to simplify the understanding, implementation, and testing of the complete graph. Apollo, a popular GraphQL solution vender, provides Apollo Federation…
jack.benson
  • 1,566
  • 1
  • 6
  • 12
2
votes
0 answers

Apollo Federation - Entity field always returns object, not null

I'm playing with Apollo Federation, and I'm using an entity from another service (File entity), in which this entity has the following resolver: File: { __resolveReference(reference, context) { return…
Adrian
  • 1,299
  • 3
  • 14
  • 25
2
votes
2 answers

Federated Users to Access the Azure Portal

I wanted to implement similar feature for azure as mentioned in below aws url- https://aws.amazon.com/blogs/desktop-and-application-streaming/enabling-federation-with-azure-ad-single-sign-on-and-amazon-appstream-2-0/ I want to register external user…
prasoon
  • 733
  • 6
  • 19
2
votes
1 answer

RabbitMQ federation queue got auto-deleted when restarted federation link after a problem

We have two RabbitMQ clusters. One is used as upstream and the other is used as downstream. Each cluster has 3 nodes. We receive messages being published on the orders exchange on the upstream cluster to the downstream cluster using RabbtitMQ -…
Anurag
  • 136
  • 2
  • 13
2
votes
2 answers

Prometheus Federation match params do not work

I have been trying to achive federation in my Prometheus setup. While doing this, I want to exclude some metrics to be scraped by my scraper Prometheus. Here is my federation config: global: scrape_interval: 15s scrape_configs: - job_name:…
user2604150
  • 349
  • 5
  • 16
2
votes
1 answer

Does ADFS use kerberos?

Currently looking to federate servers that use AD. First thought was to use ADFS to manage service requests across domains and realms. That being said the application must have access to Kerberos tickets for a specific use case. Does AD FS use…
baksyl
  • 57
  • 2
  • 8
2
votes
0 answers

Passing claims from Domain Controller (in Kerberos tickets) to Active Directory Federation Server

I'm hoping someone can help me out as this has been puzzling me for quite some time now. I have a domain controller set up with kerberos armoring enabled to include claims in the issued kerberos tickets. I then have Dynamic Access Control configured…
1 2
3
15 16