Questions tagged [federation]

267 questions
2
votes
3 answers

Webpack 5 Module Federation Failure Handling

so ive started to use webpack 5 module federation, and it works pretty well between host and microfronts. but i noticed that if the microfrontend server is turned off, then in the host app when it tries to fetch that remoteEntry.js and fails, the…
X0r0N
  • 1,816
  • 6
  • 29
  • 50
2
votes
1 answer

Federated Module using Webpack 4.X

Does Webpack 4.X versions provide Module Federation ? if so, is the implementation different from the way we do it on Webpack 5?
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
  • 2,211
  • 2
  • 9
  • 17
2
votes
3 answers

With Keycloak, can you load an LDAP configuration from a file?

When I run Keycloak, I'd like it to load my LDAP configuration (user federation) automatically when it is run, so I don't have to enter it manually. Is there any way to do this with Keycloak? I'm using the containerized version 7.0.0, if it matters.…
Ben R
  • 169
  • 1
  • 1
  • 11
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,499
  • 3
  • 19
  • 26
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
  • 901
  • 8
  • 25
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
  • 345
  • 1
  • 5
  • 19
2
votes
1 answer

Status of Kubernetes federation v2

Does anyone know the status of Kubernetes federation v2? I mean which of the goals specified in the "Cluster Federation v2 API Structure and Workflow " document are already addressed and which are not? In particular, I would like to know if…
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…
2
votes
0 answers

Into redis If possibile to have a slave synched with multiple master?

I have different data source on different server, that write on local redis instance. I have also a presentation layer able to show redis data . I would like to show data on all redis instance. Being carefully on not superimpose redis keys…
2
votes
3 answers

Allow anonymous users to access certain areas of a site that is protected by Organizational Accounts authentication

I have an ASP.NET MVC5 application that I need to configure to work with ADFS, so I'll be choosing Organizational Accounts authentication and use the tooling to make this work. This will prevent access to the site unless the user gets a token from…
Kassem
  • 8,116
  • 17
  • 75
  • 116
2
votes
1 answer

Design of IdM and SAML

Company A has acquired Company B. Now company A & Company B users have to be authenticated using federation. For example, think that Company A is Microsoft and Company B is Skype. Both Microsoft(LiveMessenger) and Skype has users registered for IM.…
2
votes
3 answers

How to know if a federate has joined a federation in HLA

I am using HLA and the Portico RTI and I have a situation in which I have to know that if particular federates have joined the federation or not. Can someone help with this. This may be very basic but i am very new to HLA. Thanks in advance.
shubham
  • 313
  • 3
  • 7
2
votes
2 answers

SAML LogOutRequest processing failed on ADFS server

I have ADFS server as an IdP. I have separate SP application. These are defined in circle of trust. SSO over SAML protocol is working fine. When I try SP initated log out request I got error on ADFS side : MSIS7000: The sign in request is not…
Rastko
  • 890
  • 1
  • 17
  • 32
2
votes
1 answer

Do you know a tool with GUI to edit data in SQL Azure Federation?

I'm migrating an application to SQL Azure Federation and I d'like to see and edit the tables content without SQL (it's just for testing). With a standard SQL database (SQL Server or SQL Azure) I can use one of these : Management Studio (SSMS) to…
JYL
  • 8,228
  • 5
  • 39
  • 63