269 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
0
replies
32
views
What is the Best Approach to both Authenticate and Persist Authentication for Federated Systems?
For this setup, let's assume that here are no libraries to use (public/private/paid or otherwise) and so this task has to be completed without them. Also, let's assume that all communication between ...
0
votes
0
answers
33
views
Databricks Federated Token Exchange (GCP →Databricks)
I’m trying to implement federated authentication (token exchange) from Google Cloud → Databricks without using a client ID / client secret only using a Google-issued service account token. I have also ...
0
votes
0
answers
255
views
How to federate logins from Entra External id tenant to a Entra Id Tenant
In Microsoft Entra External Id documentation (https://learn.microsoft.com/en-us/entra/external-id/customers/how-to-custom-oidc-federation-customers), it is stated that configuring other Microsoft ...
0
votes
1
answer
113
views
Is there a way to automatically create external tables in BigQuery (BigLake or Omni) for all managed tables in Databricks Unity Catalog?
I have several managed tables stored in Databricks, registered through Unity Catalog, with underlying data on Amazon S3. I want to query these tables directly from Google BigQuery using BigLake or ...
0
votes
0
answers
246
views
Why am I receiving a UC_DEPENDENCY_DOES_NOT_EXIST error for my federated tables?
We have a number of federated SQL Server sources in Databricks, and queries against one of the databases keep throwing a UC_DEPENDENCY_DOES_NOT_EXIST error on some of the tables. If we refresh the ...
1
vote
0
answers
185
views
Nested component and child route loading issue inside shell app using module federation
Scenario : Shell app Angular version 16 and MFE angular version 13 (multirepo workspace), now i am trying to expose Example Module inside shell app, Example component having wrapper component ...
0
votes
0
answers
27
views
how to renew idp-signing.crt in powershell o365 (federated)?
How to renew signing.crt (idp) file in Federated O365 ?
$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("C:\Users\test-win\Documents\idp-signing.crt")
$...
0
votes
0
answers
62
views
How to configure userInfoUri and tokenUri properties dynamically for federation on each request in spring security?
currently we are supporting federation . I have a scenario where based on authorization code I need to modify userInfoUri and tokenUri on each request .
Basically its dependent on authorization code ...
0
votes
1
answer
282
views
Providing a generic PartnerEntity for SAML federation of SAML in Azure B2C
We have a SaaS application where our IDP is Azure B2C.
We are using Azure B2C to allow enterprise SSO with external thru federation (SAML). Using B2C it required to setup a ClaimsProvider per ...
1
vote
1
answer
2k
views
Using terraform along with service connection based on workload identity federation
I'm trying to run Terraform tasks "plan" and "apply" from Azure Devops pipelines to deploy resources over Azure Devops pipeline with service connection based on workload identity ...
0
votes
1
answer
156
views
Can't find my user on my custom instance on search in mastodon
here is the implementation of webfinger I did https://wildleague.org/.well-known/webfinger?resource=acct:[email protected]
why I can't find this user on searching in mastodon?
I tried changing ...
1
vote
1
answer
120
views
I need to create a map of the original import statement of the key in __WEBPACK_MODULES__
I working with a federated modules library that uses an AMD implementation to create the libraries at runtime. This library will be run inside of an app bundled with Webpack.
However, in order to ...
1
vote
0
answers
341
views
Implementing Graphql Federation in Spring Cloud Gateway (JAVA) connecting with NodeJS/TS microservices
I am facing issues in setting up Graphql Federation in SpringCloud Gateway.
I have created a Spring Cloud Server and a Eureka Client Server which connects to a Node Typescript microservice.
For Eureka ...
1
vote
1
answer
597
views
Angular, Webpack5 Module Federation: Not sharing libraries rxjs
Everything working under NX
If I update a observable in mfe(remote), it is working in the scope of this mfe but not in the shell. the reverse happens the same way, in the shell components it works but ...
0
votes
1
answer
2k
views
find a specific user/service account by UUID
What I'm attempting: Use Terraform automate SAML relations between Azure <> Okta <> AWS.
What I'm missing: any sort of formal education on Azure; pure noob.
I've followed the Okta docs and ...