Questions tagged [federation]

267 questions
1
vote
1 answer

AWS Web Identity Federation with GCP ServiceAccount Credentials

I would like to access AWS resource with GCP credentials from my local computer. My code works fine if I run everything in GCP from a cloud function, but this also should work locally. If I run my code locally I got the following error which says…
1
vote
1 answer

How can I add parameter to chunk requests in the context of webpack federation?

I'm building a module loading architecture on top of Liferay Portal based on webpack federation. Since portal's have the concept of logged in user and each user has a preferred locale, I need to request JavaScript files with an extra parameter named…
xxxxxxxxx
  • 999
  • 5
  • 11
1
vote
1 answer

How does Artemis federation priority-adjustment work?

According to the document, priority-adjustment means when a consumer attaches its priority is used to make the upstream consumer, but with an adjustment by default -1, so that local consumers get load balanced first over remote, this enables this…
Tim
  • 15
  • 3
1
vote
1 answer

Module Federation - No provider for AngularFireAuth

I'm trying to implement Module Federation with Angular and NgRX, but i'm facing a problem and don't know how to fix it. The problem is: when X application lazy loads a module from Y application that uses Firebase, angular does not recognize the…
1
vote
2 answers

what is a "federation issue" in a bug reporting system

There are different categories in bug tracking systems. One of these categories is "federation". What does it really mean?
polerto
  • 1,750
  • 5
  • 29
  • 50
1
vote
2 answers

Any other GraphQL Federation implementations apart from Apollo?

I have been trying to build a federation gateway on top of existing graphql services and am curious if there are any other implementations of the same apart from apollo federation? I tried to find but couldn't find any. I am also looking for…
Sameer Sawla
  • 729
  • 6
  • 20
1
vote
1 answer

Is it possible to use active federation with the Azure Access Control Service?

The Windows Azure Access Control Service (ACS) enables federated authentication, but all the examples I've seen has been of passive federation (browser-based applications authenticating via a sequence of HTTP redirects and scripted HTTP posts). Does…
Mark Seemann
  • 225,310
  • 48
  • 427
  • 736
1
vote
1 answer

Graphql Apollo Federation

I believe I understand how to extend types with the @key when I need to use different services between each other. Going to give an example in case I, a newbie to this, am incorrect in my understanding. For instance if I have a service for Accounts…
rg88
  • 20,742
  • 18
  • 76
  • 110
1
vote
0 answers

How to validate authorization in AWS Web Identity Federation roles?

We are planning to use AWS WebIdentityFederation for a single page application. I have created OIDC provider, which is an external ADFS and created a WebIdentityFederation assumed role. I am able to generate id_token through ADFS. In this id_token,…
Indranil
  • 1,776
  • 1
  • 17
  • 22
1
vote
1 answer

How to read thumbprints of signing certificates from Federation Metadata XML?

I want to be able to monitor the signing certificates of trusted parties ADFS. One approach is to read the Federation Metadata XML manually and parse the KeyInfo - elements and create the X509Certificate from the base64-encoded data: see this good…
MiGro
  • 471
  • 1
  • 4
  • 17
1
vote
0 answers

MySQL: Selecting from a different db type & server

We are building a MySQL database (Database A) to act as a repository that needs to pull/refresh data from a different database/server. This database (Database B) is not MySQL but rather an ODBC compliant data structure for Sage 100…
Craig L.
  • 11
  • 1
1
vote
1 answer

On-premise multi-zone Kubernetes federation cluster

Let's say I have baremetal servers at New York, London, Delhi, Beijing. My requirement is to join all the 4 baremetal servers in a distributed environment and run services on top of kubernetes. How do I achieve this ?
wahal
  • 41
  • 1
  • 6
1
vote
0 answers

Lsass authenticates to ADFS on windows login

I am researching a domain user lockdown problem that involves an ADFS. What happens is that anytime a domain user logins into a windows 10 machine, lsass connects to ADFS to authenticate the user credentials, which in turn tires to authenticate with…
1337
  • 317
  • 1
  • 9
1
vote
1 answer

How to customize login account for Login control in ASP.NET if we are authenticated by Micorosoft Federation?

currently I have a website with authentication using Microsoft.IdentityModel.Web.WSFederationAuthenticationModule. It redirects me to login page (single sign-on outside my website) and upon login, I am redirected to default page. Now, when I was…
edwin2026
  • 11
  • 1
1
vote
0 answers

Can I get federated end of participant info with UCWA app on my end?

I'm planning to create a chatbot application for SfB Server with UCWA. This bot will be invited by my partner's SfB online user's chat meeting, then provide some background services. The partner's O365 tenant and my SfB server is federated. I'd like…
tuktuk_55
  • 11
  • 1