Skip to content

Server Setup

Get the FAST Security Reference Implementation up and running in your environment.

Setup Steps

Follow these guides in order to set up and configure your server:

Install requirements and start the server

Choose between:

  • Local development with .NET
  • Container deployment with Docker

Getting Started Guide

Configure database, URLs, and authentication

Set up:

  • Database providers
  • Base URLs and endpoints
  • User credentials
  • Environment-specific settings

Configuration Guide

Initialize with trust anchors and communities

Learn about:

  • File-based anchor loading
  • Configuration-based seeding
  • Community creation
  • Default users

Seeding Guide

Quick Verification

After setup, verify your installation:

Check UDAP Discovery endpoint
curl https://localhost:5001/.well-known/udap

You should receive a signed JWT containing the server's UDAP metadata.

Need Help?

If you encounter issues: