Changelog

Improved

Tenant Discovery Flow Enhanced to Propagate Custom State

If a state query parameter, containing any value, is provided when redirecting to the Application Login page (i.e., Tenant Discover page), it will be appended to the redirect request back to the Login Endpoint. This allows for the propagation of custom state through the Tenant Discovery flow back to the application's Login Endpoint.

Improved

Enhancement to NestJS Demo App

The NestJS Demo App is now using version 1.0.0-rc12 of the nestjs-auth SDK. It demonstrates the new SDK auto-configuration capability. Now, only 3 fields are required when initializing the SDK in this demo app: wristbandApplicationVanityDomain, clientId, and clientSecret.

Improved

Enhancement to FastAPI Demo App

The FastAPI Demo App is now using version 0.3.0 of the fastapi-auth SDK. It demonstrates the new SDK auto-configuration capability. Now, only 3 fields are required when initializing the SDK in this demo app: wristbandApplicationVanityDomain, clientId, and clientSecret.

Improved

Dashboard UI Enhancements

  • Added links on the identity provider configuration pages to their respective setup guides.
  • Fixed a typo in the dashboard enterprise identity provider configurations.