Skip to main content

Configuration Generator

Simulated
Configuration Generator
Mode: Simulated
This lab runs fully in simulation mode. No backend required.
.NET
.NET 8
Node
Node.js
ID
Identity
LOG
Logging
ACL
RBAC
MSG
Notifications
FLG
Flags
AI
AI
STR
Storage
PAY
Payments
SEC
Scanner
DOC
Docs
MTN
Multi-Tenant

Generated Code

// Program.cs
builder.Services.AddPrimusIdentity(options => {
options.Authority = "https://your-tenant.auth0.com";
options.Audience = "https://api.your-app.com";
});