Questions tagged [federation]

267 questions
5
votes
1 answer

SAML 2.0 without a browser

Let's say I have a system that's currently like this: Monolithic Web App: Contains its own accounts and relies upon clients to log-in with (essentially) HTTP BasicAuth. That is, the username & password are getting passed to the server. Thick…
miniharryc
  • 405
  • 2
  • 8
5
votes
1 answer

User is not forced to reauthenticate in ADFS 2.0 after Sharepoint 2010 session expires

This case is very much similar to question by Wiktor Zychla, see How to set the timeout properly when federating with the ADFS 2.0 We are experiencing the same behavior, ADFS happily redirects the user back to Sharepoint site and FedAuth cookie is…
4
votes
0 answers

Google single-sign-on solution

Google has a funky solution for delivering SSO across all its sites. It seems to manage multiple accounts really well, allows for account linkage, allows the user to select from multiple accounts when trying to access a service etc. etc. Is there…
4
votes
2 answers

Huge number of objects, sharding and java EE

I'm new to java ee and I'm not sure how to implement a particular requirement. I have need for a large set (millions) of objects that maintain a bunch of rules and state and present an API for clients. Each of these objects is long lived. Given…
Royce
  • 532
  • 3
  • 11
4
votes
2 answers

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…
4
votes
1 answer

rabbitMQ clustering VS federation VS shovel

I am setting up something like "rabbitMQ cluster" on machines in different locations, which is not good with RabbitMQ Clustering (since it is required to work with machines in a single location); so I am looking at rabbitMQ Federation, but it is a…
user3527917
  • 327
  • 2
  • 10
  • 22
4
votes
4 answers

ASP.Net WCF service's Thread.CurrentPrincipal is being thrown away by some interceptor in a Federated (WIF) environment

I have a per-call WCF service that's being hosted in IIS (.svc). In the service's constructor, I set Thread.CurrentPrincipal = HttpContext.Current.User as per this article. In this case HttpContext.Current.User is of type…
Terence Lewis
  • 904
  • 12
  • 22
4
votes
3 answers

How to use IssuedToken in a client with a WCF Service Reference

I have a WinForms app with a Service Reference generated from a WCF service that uses WS2007FederationHttpBinding. I can't understand why the following is not working. My WinForms app is calling a WCF service that is using…
3
votes
0 answers

Is there a way to federete Cognito user pool with Keycloak

We have a Cognito user pool with customers from a different company. Our application needs to allow users to login and authorise API calls from our backend. We are looking for a way to federate Cognito user pool with Keycloak. By default Keycloak…
3
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…
3
votes
0 answers

Using Keycloak with groups storage federation (like user storage federation)

Currently we use Keycloak in our software with a custom federation plugin. This plugin fetches all users from our database and shows it within the keycloak admin itself. This works perfectly and is document well by Keycloak here:…
hesyar
  • 467
  • 1
  • 5
  • 12
3
votes
0 answers

Where is the keystone virtual configuration file in Devstack?

Where is the file wsgi-keystone.conf located in the Devstack env? I am trying to configure federation. I only can see this file: keystone-wsgi-public.conf Which contains: ProxyPass "/identity"…
Poonam
  • 31
  • 1
3
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
  • 379
  • 5
  • 18
3
votes
1 answer

Does GitLab accept Federation?

I would like to make a federation sync between a GitBlit and a GitLab instance. Make federations with GitBlit is possible i know, but i don't find anything about federation in GitLab. I tried to find : federations properties in gitlab.rb…
GGO
  • 2,678
  • 4
  • 20
  • 42
3
votes
1 answer

How to proceed with AD FS SAML for AWS Cognito?

I am setting up AD FS to generate metadata for SAML to connect to AWS Cognito User pools. I already generated the xml metadata and uploaded it to the User pool. Should I create Trust relays on AD FS site? Is there any other steps to make my AD users…
France Belua
  • 65
  • 3
  • 9
1
2
3
17 18