Questions tagged [federated]
The federated tag has no summary.
27 questions
Score of 0
0 answers
57 views
Mysql / Mariadb Federated Table Creation Statement Truncating Host Name
I am attempting to create a federated table on a mariadb host at 192.168.254.118 with a mysql server on 192.168.254.185. I can connect to 192.168.254.185 from 192.168.254.118 with no problem using the ...
Score of 2
0 answers
1227 views
Can't get Keycloak to add new users/groups to OpenLDAP
I've been banging my head against the wall for two days on this one now.
I have setup fresh Keycloak and OpenLDAP instances, and I want to use OpenLDAP as the source of truth for all user data. I want ...
Score of 0
2 answers
608 views
Only federate some users in AzureAD and not a whole domain
We want to test a new IDP in our organization ( this IDP is an inhouse SAML-compatible idp ). We are using AzureAD.
If we federate a new domain, we can test the authentication, and it works ( xxx@...
Score of 1
0 answers
285 views
Google Federated Azure users can't log in to Windows 10
We've just set up Azure AD and federated it with our G Suite system. I see the provisioned users from G Suite and can log in to Azure and Office with them, no problem.
I also have a Windows 10 Pro PC ...
Score of 4
2 answers
17155 views
AADSTS50107: Requested federation realm object does not exist, when integrating Okta as an IdP for AAD
I'm trying to set up AAD with Okta, and find that when users visit the App Embed link and it posts their SAML response to https://login.microsoftonline.com/login.srf, they get an unhelpful error:
...
Score of 1
0 answers
38 views
Google Federated with AAD - Custom Google domains not redirected
I created a Google Project to allow Google users to authenticate via Google to our O365 SharePoint Online site that we shared with our client external users.
If a user uses a Gmail account they can ...
Score of 1
0 answers
86 views
SSL certs w/Snapcraft Plume app
Using the Snapcraft app package Plume which is a publishing/blogging package using ActivityPub.
The only, current problem is when an instance other than the one I've installed attempts to 'like' or '...
Score of 1
0 answers
56 views
Domain migration with google cloud
We have set up user account synchronization with single sign-on feature between our Azure AD and Google Cloud by using UPN.
Recently we have purchased a domain to our company, want to change the ...
Score of 1
0 answers
40 views
Is it possible to configure hdfs in a federation mode and in an HA mode in the same time?
I don't understand if it possible to configure HDFS in both modes in the same time. Does it make sense? Can somebody show a simple configuration of HDFS in both modes? (nameNode1, nameNode2, ...
Score of 1
1 answer
2105 views
What is wrong with my SAML Response? (Office365 SSO)
I have been trying to federate an Office365 domain for some time now with no luck. I have gotten to the point in which I receive a request and am able to generate a response based off that, but don't ...
Score of 0
1 answer
93 views
Lotus Domino as Amazon IAM Identity Provider
I am looking for the way to configure our corporate Lotus Domino server as an Idenity Provider of Amazon IAM service. Amazon supports SAML and OpenID Provider Types. Can I configure Domino server that ...
Score of 3
0 answers
142 views
Synchronizing web application users with corporate directory/database [closed]
We're building a web app positioned towards corporations; and have a need to maintain an up to date repository of user data for all corporate users of our web application. We're well aware of how to ...
Score of 2
2 answers
283 views
Exchange 2010 joining sites in different sites with common external DNS namespace
Looking for advice on joining two existing Exchange 2010 sites. Main driver being to share calendar information and a common GAL.
Due to complexities with internal domain names and shared (non ...
Score of 1
0 answers
1111 views
Enable FEDERATED ENGINE error
I need to enable FEDERATED ENGINE on Mysql (version 5.5.35).
I set in /etc/my.cnf file line federated.
Restart my mysql server, then check in mysql using command SHOW ENGINES, and result is:
...
Score of 4
1 answer
4045 views
InnoDB: Fatal error: cannot allocate memory for the buffer pool
MySQL Seems to be crashing quite often, I'd say every hour or so.
The only thing running on this server that is using MySQL is a Drupal installation that I'm working on, there's only one person that'...