Questions tagged [foxids]

FoxIDs is a free and open-source Identity Services (IDS) build for the cloud. FoxIDs is a multi-tenant container supporting OpenID Connect, OAuth 2.0, SAML 2.0 and login with username+password and optionally two-factor authentication.

13 questions
2
votes
1 answer

.net core 1.1 compatibility with FoxIDs SAML 2

I have a .net application which is using very old version of .net which is .net core 1.1. We have a requirement to integrate SAML2 identity provider in our organization. We can't upgrade this application to newer .net version for some reasons. I…
Rachna
  • 21
  • 1
1
vote
1 answer

Create new Tenant based on existed. Import / Export operation in FoxIDs

Dear community could you please help me with question: Is there any way to create tenant (in FoxIDs) as copy of another one or import/export settings for tenant? We have more than 20 tenants and we want to simplify the tenant creating…
Vladimir
  • 59
  • 6
1
vote
1 answer

How to deploy Preview slot for FoxIDs app?

I would like to deploy preview/test slot for FoxIDs solution. No problem to deploy update on (test slot) and swap it with production one with or without auto swap settings. But I can't start test slot as preview to check it before swap it with…
Vladimir
  • 59
  • 6
1
vote
1 answer

How to setup custom domain for FoxIDs control web app

I would like to use my own custom domain for FoxIDs control web app. Is there a way how to setup it, will it be enough to add it to Azure Web App/Custom domains section? Should I do anything else in FoxIDs control settings? There is information…
Vladimir
  • 59
  • 6
1
vote
1 answer

itfoxtec-identity-saml2 .NET Core MVC implementation, Is there any testdata we can test the implementation with?

I’ve implemented your MitId login example for .NET Core MVC and I would really like to test the login. Are there any test user-id’s that I can use to test with? I’ve tried a real person’s user-id but it’s not working.. I'm guessing the reason for…
1
vote
2 answers

Custom entityID in SAML configuration FoxIDs

I am configuring SAML 2.0 as 'Up-parties' in FoxIDs single identity provider. Documentation is clear and there are lots of custom settings, but I need to change default (autogenerated) entityID. That property I have share in EntityDescriptor section…
Vladimir
  • 59
  • 6
1
vote
1 answer

Session timeout and lifetime setting has no effect

The context is a working IdP/SP Blazor application with working SSO and single logout (SLO). I would ideally like the session timeout to have the same effect as SLO, but have yet to find a way to achieve this. I have noted the other qus on this and…
1
vote
1 answer

How to configure the NetCoreClientGrantConsoleSample in FoxIDs

How do I configure an application which use OAuth 2.0 Client Credentials Grant like the (NetCoreClientGrantConsoleSample sample) manually in FoxIDs Control Client? I can only find how the sample is configured by calling FoxIDs Control API.
Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25
1
vote
1 answer

Where can I find the values of blazorweba_oidcpkce_sample:access in class AccessPolicyAttribute of BlazorWebAssemblyOidcSample.Server.Policys?

I cannot find the values of blazorweba_oidcpkce_sample:access issued by FoxIDs. I wonder if it should stored it in appsettings.json. Thanks!
1
vote
1 answer

SAML 2.0 to OpenID Connect missing SUB claim

I have connected an AD FS as SAML 2.0 up-party on FoxIDs and my application is connected with OpenID Connect as down-party. I'm not receiving a SUB claim in my application, what can be the problem?
1
vote
1 answer

How does one to use BlazorWebAssembly Openid connect to Login.Gov?

I was struggle to figure out how to connect to login.gov. My application is a web application using MS .net 5 Blazor web Assembly. Microsoft has a package to implement OpenId and OAthe2 for Blazor Web Assembly applications. …
1
vote
1 answer

Is it possible to connect FoxIDs to Azure AD with OpenID Connect?

Is it possible to connect FoxIDs to Azure AD with OpenID Connect? Having Azure AD as an up-party OP (IdP) on FoxIDs. Regards Rune (JO Informatik)
0
votes
1 answer

Connect IdentityServer4 to FoxIDs

I need to connect an existing IdentityServer4 a FoxIDs tenant. How are IdentityServer4 configured as a FoxIDs up-party?