Emergency sign-in
The auth host did not pass the health check (https://auth.devlopak.com/health), so this portal is using
emergency JWT sign-in instead of OpenID Connect. When the health check succeeds again, login returns to OIDC automatically.
Generate a JWT with DLKVP.Identity.Console (same private key as Identity), then set a browser cookie on this host:
- Name:
dlkvp_emergency_jwt - Value: the full JWT string (no quotes)
- Path:
/ - HttpOnly: optional (off if you paste via devtools)
- Secure: on for HTTPS
After saving the cookie, open continue or reload this page.
To force OIDC even when auth is down, set Sso:EmergencyJwt:Enabled to false.
To stop probing (always treat auth as healthy), set Sso:EmergencyJwt:AuthorityHealthProbe:Enabled to false.