Get started

FoxIDs is available online at FoxIDs.com or you can deploy FoxIDs anywhere yourself.

FoxIDs as a Service (SaaS)
FoxIDs.com is hosted in Azure Europe as an Identity Services (IDS).

Register on FoxIDs.com, where you get access to your one FoxIDs tenant.


Self-Hosted
You can deploy FoxIDs anywhere using Docker or Kubernetes (K8s).

1) First login

Open the FoxIDs Control admin portal and log in. You are now in the test environment where no applications have been configured yet.

FoxIDs first login

You can select another environment, create a new environment or start building in the test environment.

2) Configure your first application

Let's configure the first OpenID Connect application and log in with a test user.
You can optionally start by taking a look at the sample applications which also can be configured in the you test environment.

Click New application to configure your OpenID Connect application and select the type of application.

New app registration

I'll select Web Application, and then fill in the Name and base URL as the Redirect URI

New app registration configuration

Click Register to save the application configuration. Copy the Authority, Client ID and Client secret and optionally the scopes.

New app registration done

Configure your application with the Authority, Client ID and Client secret.
You are presented with a detailed configuration view then you close the pop-up. If needed you can find the OpenID Connect (OIDC) Discovery endpoint and do configuration changes.

Open you application and start the login flow. You are then redirected to the FoxIDs login prompt where you can create a new test user.

Create test user

And log in

Login