Use the React sample when you need a public-client SPA baseline with modern OIDC login, clean callback handling, and a starting point your team can adapt fast.
This sample demonstrates the standard public-client pattern for React. It is a good fit for direct self-service sign-in. If your product later needs managed profiles or delegated handling, add that on top of the identity model rather than forcing everything into frontend session state.
These pages explain the sample on Tuurio's domain. GitHub remains the code host.